summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-03 20:39:24 +0000
committerGerrit Code Review <review@openstack.org>2021-12-03 20:39:24 +0000
commitec7c246fc2745178081ef0369d11c9a7514a7396 (patch)
tree8d1ef7f8d11c3976bf772d07644717e0f1ecd9b4
parentd74b43b2a440cfaafefb111e592eaab3013661e6 (diff)
parentb90881f866a97d443d6674f9ed2a059889d24a45 (diff)
downloadpyeclib-ec7c246fc2745178081ef0369d11c9a7514a7396.tar.gz
Merge "Docs build cleanup"
-rw-r--r--doc/requirements.txt1
-rw-r--r--doc/source/conf.py2
-rw-r--r--test-requirements.txt1
-rw-r--r--tox.ini2
4 files changed, 4 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 0000000..23a5062
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1 @@
+sphinx>=1.1.2,!=1.2.0,!=1.3b1 # BSD
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1208b80..55b6f7d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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.
diff --git a/test-requirements.txt b/test-requirements.txt
index a7c7912..66b0d94 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,4 +5,3 @@
coverage
pytest
six>=1.9.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
diff --git a/tox.ini b/tox.ini
index 813c366..a821874 100644
--- a/tox.ini
+++ b/tox.ini
@@ -26,4 +26,6 @@ commands=
commands = {posargs}
[testenv:docs]
+deps =
+ -r{toxinidir}/doc/requirements.txt
commands = python setup.py build_sphinx