From d317c095b988f1505fe7b051ca59072932ec9c1b Mon Sep 17 00:00:00 2001 From: Levi Roth Date: Mon, 19 Jun 2017 12:57:01 -0400 Subject: [PATCH] Fix deprecated Sphinx option --- docs/conf.py | 1 - docs/docutils.conf | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/docutils.conf diff --git a/docs/conf.py b/docs/conf.py index 86444f049..3e2d01fef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/docs/docutils.conf b/docs/docutils.conf new file mode 100644 index 000000000..fff4ee535 --- /dev/null +++ b/docs/docutils.conf @@ -0,0 +1,2 @@ +[parsers] +smart_quotes: true