summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8d3dece..4bf3b22 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
-#
import os
import sys
-project = 'openstack-common'
-
# -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
@@ -26,6 +23,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
+project = u'openstack-common'
copyright = u'OpenStack LLC'
# If true, '()' will be appended to :func: etc. cross-reference text.
@@ -49,13 +47,13 @@ htmlhelp_basename = '%sdoc' % project
# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual])
-# .
+# (source start file, target name, title, author, documentclass
+# [howto/manual]).
latex_documents = [
- ('index',
- '%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack LLC', 'manual'),
+ ('index',
+ '%s.tex' % project,
+ u'%s Documentation' % project,
+ u'OpenStack LLC', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.