Skip to content

Commit 2cc5720

Browse files
committed
remove unnecessary sys.path from conf.py so RTD can build docs
1 parent 7e807c9 commit 2cc5720

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
# -----------------------
9090

9191
# Add and use Pylons theme
92-
sys.path.append(os.path.abspath('_themes'))
9392
html_theme = 'pylons'
9493
html_theme_path = pylons_sphinx_themes.get_html_themes_path()
9594
html_theme_options = dict(github_url='http://github.com/Pylons/waitress')

0 commit comments

Comments
 (0)