Merge "Docs build cleanup"

This commit is contained in:
Zuul 2021-12-03 20:39:24 +00:00 committed by Gerrit Code Review
commit ec7c246fc2
4 changed files with 4 additions and 2 deletions

1
doc/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx>=1.1.2,!=1.2.0,!=1.3b1 # BSD

View File

@ -120,7 +120,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.

View File

@ -5,4 +5,3 @@
coverage
pytest
six>=1.9.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD

View File

@ -26,4 +26,6 @@ commands=
commands = {posargs}
[testenv:docs]
deps =
-r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx