summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-07-02 11:54:47 +0200
committerVictor Stinner <vstinner@redhat.com>2015-07-02 11:56:45 +0200
commit67c31e7491311ebe05031f8acd3c93e1dbe4d83b (patch)
tree11bc2ea509e6622e35543d51c555abf883738650
parent6c0e9d607652a51d8afae13a86f791ed678628f5 (diff)
downloadroutes-67c31e7491311ebe05031f8acd3c93e1dbe4d83b.tar.gz
Issue #42: Fix compilation of docs
* Set the HTML theme to 'classic' to fix the error: "unsupported theme option 'relbarlinkcolor' given" * Add tox.ini to easily run tests on Python 2.7 and 3.4, and to compile documentation: tox installs requirements. Use "tox -e docs" to compile the documentation, the docs directory is always cleaned up. * Add todo.rst to the documentation (add it to TOC in the index)
-rw-r--r--docs/conf.py2
-rw-r--r--docs/index.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 740edd7..6673a37 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# typographically correct entities.
#html_use_smartypants = True
-
+html_theme = 'classic'
html_theme_options = {
"bgcolor": "#fff",
"footertextcolor": "#666",
diff --git a/docs/index.rst b/docs/index.rst
index feabc11..972c6fe 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -65,6 +65,7 @@ Documentation
restful
uni_redirect_rest
changes
+ todo
.. toctree::
:maxdepth: 1