.gitlab-ci: docs: install the main requirements.txt, treat warnings as errors
This commit is contained in:
parent
33b52b2774
commit
2237b940c4
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ clean:
|
|||
rm -rf html source/cli .buildinfo .doctrees
|
||||
|
||||
html:
|
||||
sphinx-build $(buildargs)
|
||||
sphinx-build $(SPHINXARGS) $(buildargs)
|
||||
|
||||
serve: html
|
||||
(cd html && python -m http.server 9999)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue