summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 63f66f8..62b171a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -19,7 +19,7 @@
import sys, os
import pkg_resources
-import pylons_sphinx_themes
+# import pylons_sphinx_themes
# General configuration
# ---------------------
@@ -47,7 +47,7 @@ copyright = '2012, Agendaless Consulting <chrism@plope.com>'
# other places throughout the built documents.
#
# The short X.Y version.
-version = pkg_resources.get_distribution('waitress').version
+version = '0.8.10'
# The full version, including alpha/beta/rc tags.
release = version
@@ -89,10 +89,10 @@ 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')
+# 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')
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths