Skip to content

Commit

Permalink
Edit per @serihy-storchaka clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Sep 14, 2018
1 parent f021ebb commit 347da02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf.py
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),}
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
todo_include_todos = True

# The suffix of source filenames.
Expand Down Expand Up @@ -67,7 +67,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', 'venv*', 'env*', 'README.rst',]
exclude_patterns = ['_build', 'venv*', 'env*', 'README.rst']

# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
Expand Down Expand Up @@ -105,7 +105,7 @@
html_title = "%s %s" % (project, release)

# Path to find HTML templates.
templates_path = ['tools/templates',]
templates_path = ['tools/templates']

# Custom sidebar templates, filenames relative to this file.
html_sidebars = {
Expand All @@ -115,7 +115,7 @@
}

# Additional static files.
html_static_path = ['tools/static',]
html_static_path = ['tools/static']

# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
Expand Down

0 comments on commit 347da02

Please sign in to comment.