summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-10-08 17:15:13 -0400
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:10 -0700
commitc284f0e16f6e5bbaf890570c176910e765569556 (patch)
treec3cf77a5db126565b0716e6a200cd386aaac2a72 /doc/source
parent8802fbcb15273017a674f68f9e8f0d27dd4231be (diff)
downloadchroma-c284f0e16f6e5bbaf890570c176910e765569556.tar.gz
chroma-c284f0e16f6e5bbaf890570c176910e765569556.tar.bz2
chroma-c284f0e16f6e5bbaf890570c176910e765569556.zip
Update version number to 0.1, switch to sphinxdoc style (lighter shades!) and stop the warning about _static
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4f927c3..35c2112 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011, Anthony LaTorre, Stanley Seibert'
# built documents.
#
# The short X.Y version.
-version = '1.0'
+version = '0.1'
# The full version, including alpha/beta/rc tags.
-release = '1.0'
+release = '0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'sphinxdoc'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -120,7 +120,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+#html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.