Skip to content

Commit

Permalink
enable ethical ads
Browse files Browse the repository at this point in the history
disable smart quotes
  • Loading branch information
stevepiercy committed Nov 3, 2018
1 parent b07490b commit a297479
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,18 @@
# using the given strftime format.
html_last_updated_fmt = '%b %d, %Y'

# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants = False # people use cutnpaste in some places
# Do not use smart quotes.
smartquotes = False

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
# Control display of sidebars and include ethical ads from RTD
html_sidebars = {'**': [
'localtoc.html',
'ethicalads.html',
'relations.html',
'sourcelink.html',
'searchbox.html',
]}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit a297479

Please sign in to comment.