summaryrefslogtreecommitdiff
path: root/api-ref/source/conf.py
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-23 18:15:29 +0100
committerAndreas Jaeger <aj@suse.com>2020-02-23 18:16:01 +0100
commite715a4bbd0858a6fc9829f83f034bc09e5986014 (patch)
tree62707225310a472d451e97dec365a6e955770b82 /api-ref/source/conf.py
parentcdab9284d1140a948649a146f9a49398fa95f932 (diff)
downloadkeystone-e715a4bbd0858a6fc9829f83f034bc09e5986014.tar.gz
Doc Cleanup
Remove unused git_cmd from api-ref. Remove html_last_updated_fmt and latex_engine setting, these are done by openstackdocstheme nowadays. Change-Id: I1c63f83b3fa074f9fa136e0b89bba0586756bc56
Diffstat (limited to 'api-ref/source/conf.py')
-rw-r--r--api-ref/source/conf.py5
1 files changed, 0 insertions, 5 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