X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=docs%2Fconf.py;h=5ed636ed6b98aafa783ad1c03dd12cab156c1953;hp=f9cad4bde532cf49fc090f737b87c6edd85fe718;hb=6b1310929f6416dec7d88796c7cb343fd63d3afa;hpb=4a7d029899950d0cb281d2cee023344be5711075 diff --git a/docs/conf.py b/docs/conf.py index f9cad4b..5ed636e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,10 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os -sys.path.append(os.path.abspath('_themes')) - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -52,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.4.3' +version = '0.8.1' # The full version, including alpha/beta/rc tags. -release = '0.4.3' +release = '0.8.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -99,9 +95,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_path = ['_themes'] -html_theme = 'flask' +html_theme = 'nature' # 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