summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-07-22 15:12:22 +0000
committerGerrit Code Review <review@openstack.org>2019-07-22 15:12:22 +0000
commita5276be3dc519cc814dc18f4c8b80cd0728007a2 (patch)
tree11afb39c3e9c79a9e91d6ed45955e2c4e10227ab /doc/source
parent46cdd88358c355d3ba94e21bc3a072ce87b1a5c2 (diff)
parent33dc529c378c64864cb22f75f31f620cfd151be0 (diff)
downloadoslo-messaging-a5276be3dc519cc814dc18f4c8b80cd0728007a2.tar.gz
Merge "Bump the openstackdocstheme extension to 1.20"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 25f9eeb..c68ede8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,15 +6,10 @@
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
-import os
-import sys
-
-sys.path.insert(0, os.path.abspath('../..'))
# -- Project information ------------------------------------------------------
# General information about the project.
-project = 'oslo.messaging'
copyright = '2018, Oslo Contributors'
# -- General configuration ----------------------------------------------------
@@ -34,9 +29,6 @@ repository_name = 'openstack/oslo.messaging'
bug_project = 'oslo.messaging'
bug_tag = ''
-# Must set this variable to include year, month, day, hours, and minutes.
-html_last_updated_fmt = '%Y-%m-%d %H:%M'
-
# The master toctree document.
master_doc = 'index'