mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4385 from timhoffm/quickstart-conf
Updates to conf.py generated by sphinx-quickstart
This commit is contained in:
commit
70d0a7bc3d
@ -6,14 +6,11 @@
|
||||
# {{ project }} documentation build configuration file, created by
|
||||
# sphinx-quickstart on {{ now }}.
|
||||
#
|
||||
# This file is execfile()d with the current directory set to its
|
||||
# containing dir.
|
||||
#
|
||||
# Note that not all possible configuration values are present in this
|
||||
# autogenerated file.
|
||||
#
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
# This file does only contain a selection of the most common options. For a
|
||||
# full list see the documentation:
|
||||
# http://www.sphinx-doc.org/en/stable/config
|
||||
|
||||
# -- Path setup -----------------------------------------------------------
|
||||
|
||||
# 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
|
||||
@ -33,6 +30,18 @@ sys.path.insert(0, u'{{ module_path }}')
|
||||
{% 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 ------------------------------------------------
|
||||
|
||||
# If your documentation needs a minimal Sphinx version, state it here.
|
||||
@ -60,20 +69,6 @@ source_suffix = '{{ suffix }}'
|
||||
# The master toctree document.
|
||||
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
|
||||
# for a list of supported languages.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user