Skip to content

Commit

Permalink
Add support for RTD Ethical Ads
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Sep 22, 2018
1 parent 8cc4bf7 commit d275ec1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ def nothing(*arg):
outdated='false',
)

# Control display of sidebars
html_sidebars = {'**': [
'localtoc.html',
'ethicalads.html',
'relations.html',
'sourcelink.html',
'searchbox.html',
]}

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'The Pyramid Web Framework v%s' % release
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def readfile(name):
docs_extras = [
'Sphinx >= 1.7.4,<=1.7.9',
'docutils',
'pylons-sphinx-themes',
'pylons-sphinx-themes >= 1.0.7',
'pylons_sphinx_latesturl',
'repoze.sphinx.autointerface',
'sphinxcontrib-autoprogram',
Expand Down

0 comments on commit d275ec1

Please sign in to comment.