summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-07-08 21:51:39 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-07-08 22:27:10 +0000
commit8ed910128deffce303e216b804d213df4bcf7b07 (patch)
treedc18c796d6a438aacacb5baca7a5940cc6859651 /doc
parentdfc92e32e736711aaa3496cd2af43a72fc8f8abe (diff)
downloadoslo-rootwrap-8ed910128deffce303e216b804d213df4bcf7b07.tar.gz
Switch from oslosphinx to openstackdocstheme
Change-Id: Iccb9d585485ecd0181c71c08de920f4836f0d774
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c387e21..78c3455 100755
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -23,9 +23,14 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
- 'oslosphinx'
+ 'openstackdocstheme',
]
+# openstackdocstheme options
+repository_name = 'openstack/oslo.rootwrap'
+bug_project = 'oslo.rootwrap'
+bug_tag = ''
+
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable
@@ -57,6 +62,9 @@ pygments_style = 'sphinx'
# html_theme_path = ["."]
# html_theme = '_theme'
# html_static_path = ['static']
+html_theme = 'openstackdocs'
+
+html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project
@@ -72,4 +80,4 @@ latex_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
-#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file
+#intersphinx_mapping = {'http://docs.python.org/': None}