Steve Piercy
2018-09-22 167f35a5f7a5b693b143d591b6d19c8d9887a154
Add support for RTD Ethical Ads
2 files modified
13 ■■■■ changed files
docs/conf.py 9 ●●●●● patch | view | raw | blame | history
setup.py 4 ●●●● patch | view | raw | blame | history
docs/conf.py
@@ -163,6 +163,15 @@
    outdated='true',
    )
# 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
setup.py
@@ -56,11 +56,11 @@
docs_extras = [
    'Sphinx >= 1.3.5, != 1.7.3',
    'Sphinx >= 1.8.1',
    'docutils',
    'repoze.sphinx.autointerface',
    'pylons_sphinx_latesturl',
    'pylons-sphinx-themes',
    'pylons-sphinx-themes >= 1.0.8',
    'sphinxcontrib-autoprogram',
    ]