summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2021-09-03 10:07:09 +0200
committerMaurits van Rees <maurits@vanrees.org>2021-09-03 10:07:09 +0200
commit4e15ebd90d5b31e6fe5161c5aac14e5d038adc85 (patch)
treef9a5ad5dd61db63337ab96e861db659060bf5f4d /docs
parent5e1cd72d4db7cf076e34bb6d86fd03b683ab43a2 (diff)
downloadzope-i18n-4e15ebd90d5b31e6fe5161c5aac14e5d038adc85.tar.gz
autopep8
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0ed66d4..f6fff3f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,7 +18,7 @@ import pkg_resources
# 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
# documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.append(os.path.abspath('.'))
+# sys.path.append(os.path.abspath('.'))
sys.path.append(os.path.abspath('../src'))
rqmt = pkg_resources.require('zope.i18n')[0]
@@ -183,8 +183,8 @@ htmlhelp_basename = 'zopei18ndoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'zopei18n.tex', u'zope.i18n Documentation',
- u'Zope Foundation and Contributors', 'manual'),
+ ('index', 'zopei18n.tex', u'zope.i18n Documentation',
+ u'Zope Foundation and Contributors', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of