summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-30 12:25:21 +0000
committerGerrit Code Review <review@openstack.org>2017-06-30 12:25:21 +0000
commit011c2274a00f8b0d7313aa06843753e28326d47e (patch)
tree3711acafc895ab7d21925ba7c0107e53df37bb32
parentc1b1d37b44cd3496f9fa8fa2b9f73fae966a3d4c (diff)
parent43c6e3157cccf3e8c30c1839da9a0ad8a52416d8 (diff)
downloaddjango_openstack_auth-011c2274a00f8b0d7313aa06843753e28326d47e.tar.gz
Merge "doc: cleanup doc build configuration"
-rw-r--r--doc/source/conf.py76
-rw-r--r--doc/source/index.rst3
-rw-r--r--doc/source/reference/user.rst6
3 files changed, 4 insertions, 81 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 025fcc7..9faa27e 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -37,6 +37,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'openstackdocstheme']
repository_name = 'openstack/django_openstack_auth'
bug_project = 'django-openstack-auth'
bug_tag = ''
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -167,78 +168,3 @@ html_theme = 'openstackdocs'
# Output file base name for HTML help builder.
htmlhelp_basename = 'DjangoOpenStackAuthdoc'
-
-
-# -- 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 = [
- ('index', 'DjangoOpenStackAuth.tex', u'Django OpenStack Auth Documentation',
- u'Gabriel Hurley', 'manual'),
-]
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-#latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-#latex_use_parts = False
-
-# If true, show page references after internal links.
-#latex_show_pagerefs = False
-
-# If true, show URL addresses after external links.
-#latex_show_urls = False
-
-# Documents to append as an appendix to all manuals.
-#latex_appendices = []
-
-# If false, no module index is generated.
-#latex_domain_indices = True
-
-
-# -- Options for manual page output --------------------------------------------
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-man_pages = [
- ('index', 'djangoopenstackauth', u'Django OpenStack Auth Documentation',
- [u'Gabriel Hurley'], 1)
-]
-
-# If true, show URL addresses after external links.
-#man_show_urls = False
-
-
-# -- Options for Texinfo output ------------------------------------------------
-
-# Grouping the document tree into Texinfo files. List of tuples
-# (source start file, target name, title, author,
-# dir menu entry, description, category)
-texinfo_documents = [
- ('index', 'DjangoOpenStackAuth', u'Django OpenStack Auth Documentation',
- u'Gabriel Hurley', 'DjangoOpenStackAuth', 'One line description of project.',
- 'Miscellaneous'),
-]
-
-# Documents to append as an appendix to all manuals.
-#texinfo_appendices = []
-
-# If false, no module index is generated.
-#texinfo_domain_indices = True
-
-# How to display URL addresses: 'footnote', 'no', or 'inline'.
-#texinfo_show_urls = 'footnote'
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d7f72c4..9f93215 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -14,9 +14,6 @@ The current version is designed to work with the Keystone V2 or V3 API.
install/index
reference/index
-Indices and tables
-==================
-
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
diff --git a/doc/source/reference/user.rst b/doc/source/reference/user.rst
index 910657e..f54587c 100644
--- a/doc/source/reference/user.rst
+++ b/doc/source/reference/user.rst
@@ -1,6 +1,6 @@
-==================
-The ``User`` Class
-==================
+==============
+The User Class
+==============
.. automodule:: openstack_auth.user
:members: