]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/conf.py
Merged meta and track, switched to classic theme
[mpd-sima.git] / doc / source / conf.py
index 4bbcf8a6585e5ba2212285fd68412e9e2ce030d8..ab853056a2a561cbe5225ff1b1ca457123a84df8 100644 (file)
@@ -17,11 +17,13 @@ import sys
 import os
 import shlex
 
+
 # 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.
 #sys.path.insert(0, os.path.abspath('.'))
 sys.path.insert(0, os.path.abspath('../../'))
+from sima.info import __version__
 
 # -- General configuration ------------------------------------------------
 
@@ -60,9 +62,9 @@ author = 'kaliko'
 # built documents.
 #
 # The short X.Y version.
-version = '0.14'
+version = __version__
 # The full version, including alpha/beta/rc tags.
-release = '0.14'
+release = __version__
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -114,6 +116,7 @@ todo_include_todos = False
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 html_theme = 'alabaster'
+html_theme = 'classic'
 
 # 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