Revision efefbe82 docs/source/conf.py

b/docs/source/conf.py
52 52
# built documents.
53 53
#
54 54
# The short X.Y version.
55
version = '2'
55
version = '1'
56 56
# The full version, including alpha/beta/rc tags.
57
release = '2'
57
release = '1'
58 58

  
59 59
# The language for content autogenerated by Sphinx. Refer to documentation
60 60
# for a list of supported languages.
......
95 95

  
96 96
# The theme to use for HTML and HTML Help pages.  See the documentation for
97 97
# a list of builtin themes.
98
html_theme = 'pithosdoc'
98
html_theme = 'default'
99 99

  
100 100
# Theme options are theme-specific and customize the look and feel of a theme
101 101
# further.  For a list of options available for each theme, see the
......
103 103
#html_theme_options = {}
104 104

  
105 105
# Add any paths that contain custom themes here, relative to this directory.
106
html_theme_path = ['_themes']
106
#html_theme_path = []
107 107

  
108 108
# The name for this set of Sphinx documents.  If None, it defaults to
109 109
# "<project> v<release> documentation".

Also available in: Unified diff