summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 01682f55..346fe4bb 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -22,7 +22,6 @@ extensions = ['sphinx.ext.todo',
repository_name = 'openstack/trove'
bug_project = 'trove'
bug_tag = ''
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
html_theme = 'openstackdocs'
# Add any paths that contain templates here, relative to this directory.
@@ -41,17 +40,6 @@ master_doc = 'index'
project = u'Trove'
copyright = u'2013, OpenStack Foundation'
-# The version info for the project you're documenting, acts as replacement for
-# |version| and |release|, also used in various other places throughout the
-# built documents.
-#
-# The short X.Y version.
-from trove.version import version_info as trove_version
-# The full version, including alpha/beta/rc tags.
-release = trove_version.version_string_with_vcs()
-# The short X.Y version.
-version = trove_version.canonical_version_string()
-
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
@@ -173,17 +161,6 @@ htmlhelp_basename = '%sdoc' % project
# -- Options for LaTeX output -------------------------------------------------
-latex_elements = {
- # The paper size ('letterpaper' or 'a4paper').
- #'papersize': 'letterpaper',
-
- # The font size ('10pt', '11pt' or '12pt').
- #'pointsize': '10pt',
-
- # Additional stuff for the LaTeX preamble.
- #'preamble': '',
-}
-
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual])
latex_documents = [