summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-17 12:48:11 +0000
committerGerrit Code Review <review@openstack.org>2018-07-17 12:48:11 +0000
commit7426ad990e7f04e328ded425415b0b6ff89c9269 (patch)
tree86e74993e1eaee2dab0767086ecb9175f9fc96fe /doc
parentbc9178a140859280a30eb8616ec83f4fa87d36e1 (diff)
parent557eddffc34941c4dfb37fa5af1d4dad15fe570e (diff)
downloadglance_store-7426ad990e7f04e328ded425415b0b6ff89c9269.tar.gz
Merge "Update conf.py to align with openstackdocstheme"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3ff6345..7c71c42 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -14,9 +14,7 @@
# under the License.
import os
-import subprocess
import sys
-import warnings
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------
@@ -81,14 +79,6 @@ htmlhelp_basename = '%sdoc' % project
modindex_common_prefix = ['glance_store.']
-git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h'", "--date=local",
- "-n1"]
-try:
- html_last_updated_fmt = subprocess.check_output(git_cmd).decode('utf-8')
-except Exception:
- warnings.warn('Cannot get last updated time from git repository. '
- 'Not setting "html_last_updated_fmt".')
-
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).