summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-04-19 10:42:43 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-04-20 09:40:19 +0100
commit50eaad22497d13c7e318f2f7fa1c87429962a723 (patch)
treef8437d49acb4ef62f38a49dea1bd11f8c167e966 /doc
parent0e2e3f4372cfccf0fad5c3d7a69d78040e025910 (diff)
downloadpython-glanceclient-50eaad22497d13c7e318f2f7fa1c87429962a723.tar.gz
doc: Remove cruft from conf.py
Change-Id: I1bbb2d490f0415e4062da520e6fb09e6db477aa0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py31
1 files changed, 6 insertions, 25 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1356966..4c22042 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -13,9 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-# -*- coding: utf-8 -*-
-#
-
import os
import sys
@@ -98,32 +95,16 @@ add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
-# Grouping the document tree for man pages.
-# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
-
-man_pages = [
- ('man/glance', 'glance', u'Client for OpenStack Images API',
- [u'OpenStack Foundation'], 1),
-]
# -- 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'.
-#html_theme = 'nature'
-
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
+# -- Options for man page output ----------------------------------------------
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass
-# [howto/manual]).
-latex_documents = [
- (
- 'index',
- '%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation',
- 'manual'
- ),
+# Grouping the document tree for man pages.
+# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
+man_pages = [
+ ('man/glance', 'glance', u'Client for OpenStack Images API',
+ [u'OpenStack Foundation'], 1),
]