File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ ci-test-storage:
43
43
install-docs :
44
44
pip install -Ur docs-requirements.txt
45
45
46
- docs :
47
- cd docs && make html
48
- sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
49
-
50
46
release-deb :
51
47
sh scripts/release-deb.sh debian jessie
52
48
sh scripts/release-deb.sh debian stretch
Original file line number Diff line number Diff line change @@ -89,9 +89,10 @@ virtualenv_ and run this inside of it::
89
89
90
90
Then you can run::
91
91
92
- pytest # The normal testsuite
92
+ pytest # The normal testsuite
93
93
pre-commit run --all # Run all linters (which also run via pre-commit)
94
- make docs # Build the HTML docs, output is at docs/_build/html/
94
+ make -C docs html # Build the HTML docs, output is at docs/_build/html/
95
+ make -C docs linkcheck # Check docs for any broken links
95
96
96
97
The ``Makefile `` has a lot of options that allow you to control which tests are
97
98
run, and which servers are tested. Take a look at its code where they are all
You can’t perform that action at this time.
0 commit comments