summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0ed66d4..02f419e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,11 +18,11 @@ 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]
-# -- General configuration -----------------------------------------------------
+# -- General configuration -----------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -77,7 +77,8 @@ release = rqmt.version
# for source files.
exclude_trees = ['_build']
-# The reST default role (used for this markup: `text`) to use for all documents.
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
default_role = 'obj'
# If true, '()' will be appended to :func: etc. cross-reference text.
@@ -98,7 +99,7 @@ pygments_style = 'sphinx'
#modindex_common_prefix = []
-# -- Options for HTML output ---------------------------------------------------
+# -- Options for HTML output ---------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
@@ -172,7 +173,7 @@ html_static_path = ['_static']
htmlhelp_basename = 'zopei18ndoc'
-# -- Options for LaTeX output --------------------------------------------------
+# -- Options for LaTeX output --------------------------------------------
# The paper size ('letter' or 'a4').
#latex_paper_size = 'letter'
@@ -183,8 +184,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