aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sphinx/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sphinx/conf.py')
-rw-r--r--docs/sphinx/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py
index 40594aa..dbc21dd 100644
--- a/docs/sphinx/conf.py
+++ b/docs/sphinx/conf.py
@@ -34,7 +34,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax']
templates_path = ['_templates']
# The suffix of source filenames.
-source_suffix = '.txt'
+source_suffix = '.rst'
# The encoding of source files.
# source_encoding = 'utf-8-sig'
@@ -44,16 +44,16 @@ master_doc = 'index'
# General information about the project.
project = 'Nikola'
-copyright = '2012-2016, The Nikola Contributors'
+copyright = '2012-2020, The Nikola Contributors'
# The version info for the project yo'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 = '7.8.1'
+version = '8.1.2'
# The full version, including alpha/beta/rc tags.
-release = '7.8.1'
+release = '8.1.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -117,7 +117,7 @@ html_theme = 'default'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-# html_logo = None
+html_logo = "../../logo/nikola-50px-transparent.png"
# 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
@@ -241,7 +241,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Nikola', 'Nikola Documentation',
- 'The Nikola Contributors', 'Nikola', 'One line description of project.',
+ 'The Nikola Contributors', 'Nikola', 'A static site generator.',
'Miscellaneous'),
]