aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-12-30 05:55:10 +0100
committerbnewbold <bnewbold@robocracy.org>2014-12-30 05:55:10 +0100
commitdb28d0b7f7cb8d0a1e37541f4366ee8e43031cab (patch)
tree647693fc280d1d494d67e13fcda8d6a5110c0a79 /conf.py
parent1c5e20a6ab588e8a6487915c159f4ba5a3790d30 (diff)
downloadnovena-guide-db28d0b7f7cb8d0a1e37541f4366ee8e43031cab.tar.gz
novena-guide-db28d0b7f7cb8d0a1e37541f4366ee8e43031cab.zip
update conf.py names
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf.py b/conf.py
index f04c647..0141b7d 100644
--- a/conf.py
+++ b/conf.py
@@ -47,7 +47,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'novena-guide'
+project = u'Novena'
copyright = u'2015, Sutajio Ko-Usagi and contributors'
# The version info for the project you're documenting, acts as replacement for
@@ -57,7 +57,7 @@ copyright = u'2015, Sutajio Ko-Usagi and contributors'
# The short X.Y version.
version = 'PVT'
# The full version, including alpha/beta/rc tags.
-release = 'PVT1'
+release = 'PVT2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -124,7 +124,7 @@ html_theme_options = {
#html_title = None
# A shorter title for the navigation bar. Default is the same as html_title.
-html_short_title = 'novena-guide'
+html_short_title = 'Novena'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
@@ -209,7 +209,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'novena-guide.tex', u'novena-guide Documentation',
+ ('index', 'novena-guide.tex', u'Novena Documentation',
u'contributors like you', 'manual'),
]
@@ -239,7 +239,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'novena-guide', u'novena-guide Documentation',
+ ('index', 'novena-guide', u'Novena Documentation',
[u'contributors like you'], 1)
]
@@ -253,7 +253,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'novena-guide', u'novena-guide Documentation',
+ ('index', 'novena-guide', u'Novena Documentation',
u'contributors like you', 'novena-guide', 'One line description of project.',
'Miscellaneous'),
]