summaryrefslogtreecommitdiff
path: root/src/cython/doc/conf.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-02 22:11:34 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-02 22:11:34 +0000
commite8971ecf2fb1f5f7d0e97a4c6226290476917d02 (patch)
tree10a2b5eb629c8661448117539a0446be0e402c78 /src/cython/doc/conf.py
parent0921d31dec497b21a3b2805790ef295e90566e3d (diff)
Doc update
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2051 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 718698efa6fdb133b51923c449d97cd2365f75ae
Diffstat (limited to 'src/cython/doc/conf.py')
-rwxr-xr-xsrc/cython/doc/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cython/doc/conf.py b/src/cython/doc/conf.py
index 680377b3..04e65e67 100755
--- a/src/cython/doc/conf.py
+++ b/src/cython/doc/conf.py
@@ -60,16 +60,16 @@ master_doc = 'index'
# General information about the project.
project = u'GUDHI'
-copyright = u'2016, Vincent Rouvreau'
+copyright = u'2016, GUDHI Editorial Board'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '1.4.beta'
+version = '2.0'
# The full version, including alpha/beta/rc tags.
-release = '1.4.beta'
+release = '2.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -133,12 +133,12 @@ html_theme = 'bizstyle'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-#html_logo = None
+#html_logo =
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
-#html_favicon = None
+#html_favicon =
# 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,
@@ -163,7 +163,7 @@ html_static_path = ['_static']
# Additional templates that should be rendered to pages, maps page names to
# template names.
-#html_additional_pages = {}
+#html_additional_pages = {'installation': 'installation.html'}
# If false, no module index is generated.
#html_domain_indices = True