aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/doc_gen/src/conf.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-01-27 14:50:31 +0100
committerPeter Mikus <pmikus@cisco.com>2017-01-31 12:31:25 +0000
commit5362fa4f79de701a737b4d1ff794ad4e513f6486 (patch)
tree249099547d2f8a272d7c12bbfb889eb56fc7cb65 /resources/tools/doc_gen/src/conf.py
parentffe30437f37176e745e8272a91ddd52587f8bcda (diff)
CSIT doc: Add chapter numbering
Change-Id: I5cdcda0461e6f4bdabd91ea440edf7a71db9afd9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/doc_gen/src/conf.py')
-rw-r--r--resources/tools/doc_gen/src/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/doc_gen/src/conf.py b/resources/tools/doc_gen/src/conf.py
index e41868582e..9d39da08f2 100644
--- a/resources/tools/doc_gen/src/conf.py
+++ b/resources/tools/doc_gen/src/conf.py
@@ -54,7 +54,7 @@ master_doc = 'index'
# General information about the project.
project = u'CSIT'
-copyright = u'2016, CSIT'
+copyright = u'2017, FD.io'
author = u'CSIT'
# The version info for the project you're documenting, acts as replacement for
@@ -62,9 +62,9 @@ author = u'CSIT'
# built documents.
#
# The short X.Y version.
-version = u'master'
+# version = u'master'
# The full version, including alpha/beta/rc tags.
-release = u'master'
+# release = u'master'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.