summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 62b171a..ce3c33f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,7 +47,7 @@ copyright = '2012, Agendaless Consulting <chrism@plope.com>'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '0.8.10'
+version = '1.0.1'
# The full version, including alpha/beta/rc tags.
release = version
@@ -89,9 +89,8 @@ 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_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
@@ -181,7 +180,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the
# top of the title page.
-latex_logo = '.static/logo_hi.gif'
+#latex_logo = '.static/logo_hi.gif'
# For "manual" documents, if this is true, then toplevel headings are
# parts, not chapters.