updates to conf.py generated by sphinx-quickstart

This commit is contained in:
Tim Hoffmann 2018-01-06 19:29:48 +01:00
parent 65cd9429c0
commit 1498d13590

View File

@ -6,14 +6,11 @@
# {{ project }} documentation build configuration file, created by # {{ project }} documentation build configuration file, created by
# sphinx-quickstart on {{ now }}. # sphinx-quickstart on {{ now }}.
# #
# This file is execfile()d with the current directory set to its # This file does only contain a selection of the most common options. For a
# containing dir. # full list see the documentation:
# # http://www.sphinx-doc.org/en/stable/config
# Note that not all possible configuration values are present in this
# autogenerated file. # -- Path setup -----------------------------------------------------------
#
# All configuration values have a default; values that are commented out
# serve to show the default.
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
@ -33,6 +30,18 @@ sys.path.insert(0, u'{{ module_path }}')
{% endif -%} {% endif -%}
{% endif %} {% endif %}
# -- Project information --------------------------------------------------
project = u'{{ project_str }}'
copyright = u'{{ copyright_str }}'
author = u'{{ author_str }}'
# The short X.Y version
version = u'{{ version_str }}'
# The full version, including alpha/beta/rc tags
release = u'{{ release_str }}'
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
@ -60,20 +69,6 @@ source_suffix = '{{ suffix }}'
# The master toctree document. # The master toctree document.
master_doc = '{{ master_str }}' master_doc = '{{ master_str }}'
# General information about the project.
project = u'{{ project_str }}'
copyright = u'{{ copyright_str }}'
author = u'{{ author_str }}'
# 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 = u'{{ version_str }}'
# The full version, including alpha/beta/rc tags.
release = u'{{ release_str }}'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
# #