summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-04 04:08:40 +0000
committerGerrit Code Review <review@openstack.org>2020-03-04 04:08:40 +0000
commit26e886ee01581dacc653a1ccd5c8fdcc04b5ce4f (patch)
tree1653396a7691d642daad8c461e45adb496b7abe7
parent8c99a90f36a9b5740d225f7212ea5b08095e4aee (diff)
parente715a4bbd0858a6fc9829f83f034bc09e5986014 (diff)
downloadkeystone-26e886ee01581dacc653a1ccd5c8fdcc04b5ce4f.tar.gz
Merge "Doc Cleanup"
-rw-r--r--api-ref/source/conf.py5
-rw-r--r--releasenotes/source/conf.py13
2 files changed, 1 insertions, 17 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 1bbe49cc5..3a3546087 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -147,11 +147,6 @@ pygments_style = 'sphinx'
# directly to the root of the documentation.
# html_extra_path = []
-# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
-# using the given strftime format.
-git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h'", "--date=local",
- "-n1"]
-
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
# html_use_smartypants = True
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 71a489174..eef2246a1 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -147,7 +147,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
+# html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
@@ -192,17 +192,6 @@ htmlhelp_basename = 'KeystoneReleaseNotesdoc'
# -- 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, or own class]).