From c42c582b7087aa6066ca39cb108f464575a966bb Mon Sep 17 00:00:00 2001 From: Adam Brenecki Date: Thu, 7 Dec 2017 15:52:20 +1030 Subject: [PATCH] Use RTD documentation theme --- docs/conf.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d391331..ff4544d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -89,7 +89,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +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/setup.py b/setup.py index 0d9f680..aecbe7d 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ 'pytest-django', 'prospector', 'sphinx==1.6.5', + 'sphinx-rtd-theme==0.2.4', ] }, entry_points={