From eb8411004244a00c1100556f170eaaf134bc63ab Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Tue, 6 Aug 2019 00:43:18 +0200 Subject: Add the ReadTheDocs theme to dev builds "i.e tox -e docs". --- docs/conf.py | 2 +- tox.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f1a489a..d18f2aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -98,7 +98,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/tox.ini b/tox.ini index 9cd2a9f..60b0825 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,9 @@ commands= [testenv:docs] basepython=python2.7 skipsdist=True -deps=sphinx +deps= + sphinx + sphinx_rtd_theme changedir=docs whitelist_externals=make commands=make clean html -- cgit v1.2.1