summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-10-22 11:49:14 -0400
committerSteve Piercy <web@stevepiercy.com>2016-10-22 11:49:14 -0400
commit2cc5720bbc784f206474e54e23836df91346c429 (patch)
tree72ef9b18d92fbf37c0a06671571692a4f5c8e2ec
parent7e807c9ecefb2388d1e696c3253085d674ac4590 (diff)
downloadwaitress-2cc5720bbc784f206474e54e23836df91346c429.tar.gz
remove unnecessary sys.path from conf.py so RTD can build docs
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 63f66f8..efaa907 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -89,7 +89,6 @@ pygments_style = 'sphinx'
# -----------------------
# Add and use Pylons theme
-sys.path.append(os.path.abspath('_themes'))
html_theme = 'pylons'
html_theme_path = pylons_sphinx_themes.get_html_themes_path()
html_theme_options = dict(github_url='http://github.com/Pylons/waitress')