Skip to content

Commit

Permalink
Merge pull request #817 from leviroth/fix-sphinx-output
Browse files Browse the repository at this point in the history
Replace deprecated Sphinx option "html_use_smartypants"
  • Loading branch information
bboe committed Jun 19, 2017
2 parents 5008df8 + d317c09 commit a725639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
html_theme_options = {
'collapse_navigation': True
}
html_use_smartypants = True
htmlhelp_basename = 'PRAW'
intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None)}
master_doc = 'index'
Expand Down
2 changes: 2 additions & 0 deletions docs/docutils.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[parsers]
smart_quotes: true

0 comments on commit a725639

Please sign in to comment.