summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-22 06:19:21 -0700
committerSteve Piercy <web@stevepiercy.com>2018-09-22 06:19:21 -0700
commit4ab01026ed0244b21e320429a21f4eb72c9d08e8 (patch)
tree471aff342581bb9b7005c0f9d0a455b011cd4d72
parente116b95d134da19cb40981434e5094490189c2f3 (diff)
downloadwebtest-4ab01026ed0244b21e320429a21f4eb72c9d08e8.tar.gz
Add Ethical Ads for RTD, requires min version of pylons-sphinx-themes
-rw-r--r--docs/conf.py8
-rw-r--r--setup.py2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ae0fb9e..96746bf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -179,6 +179,14 @@ smartquotes = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'WebTestdoc'
+# Control display of sidebars
+html_sidebars = { '**': [
+ 'localtoc.html',
+ 'ethicalads.html',
+ 'relations.html',
+ 'sourcelink.html',
+ 'searchbox.html',
+] }
# -- Options for LaTeX output --------------------------------------------------
diff --git a/setup.py b/setup.py
index 858a80e..b9b0c60 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ tests_require = [
docs_extras = [
'Sphinx >= 1.7.9',
'docutils',
- 'pylons-sphinx-themes',
+ 'pylons-sphinx-themes >= 1.0.8',
]
setup(name='WebTest',