aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-04-24 19:29:46 -0400
committerPaul Ganssle <paul@ganssle.io>2018-04-24 19:29:46 -0400
commit5e13f6dd0b17799c4e730fab1272697779462f7f (patch)
tree2cdc0cf5b6942894487085e8c029875c7e5319da /docs
parent187b69dd5659e26f1b0098cb1c126c4b663e0d4d (diff)
downloaddateutil-5e13f6dd0b17799c4e730fab1272697779462f7f.tar.gz
Change the default docs theme and build
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
-rw-r--r--docs/requirements-docs.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c970177..da18a25 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -106,7 +106,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
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt
new file mode 100644
index 0000000..7c70149
--- /dev/null
+++ b/docs/requirements-docs.txt
@@ -0,0 +1,2 @@
+Sphinx>=1.7.3,<2
+sphinx_rtd_theme>=0.3.0