summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev_requirements.txt3
-rw-r--r--docs/conf.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 22261a1..c78aa9d 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -8,3 +8,6 @@ SQLAlchemy
mongoengine
mock
wheel
+
+Sphinx
+sphinx_rtd_theme
diff --git a/docs/conf.py b/docs/conf.py
index c3512e0..d5b86f4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -114,7 +114,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the