summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-07-06 23:58:13 +0000
committerAkihiro Motoki <amotoki@gmail.com>2017-07-07 02:54:25 +0000
commit38bcf7bbdb4a5f53ac81d45f2b7c310e5ea5f4da (patch)
tree56d10d9421694333376f659e312a045b5f6c9852
parentcf124578960f2420157953bfa86761524537e32f (diff)
downloadtooz-38bcf7bbdb4a5f53ac81d45f2b7c310e5ea5f4da.tar.gz
Switch from oslosphinx to openstackdocstheme1.57.4
Change-Id: Id5e2952676e89f768e13b4ffc2f238eb012ec324
-rw-r--r--doc/source/conf.py11
-rw-r--r--releasenotes/source/conf.py11
-rw-r--r--setup.cfg2
3 files changed, 17 insertions, 7 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3cf4fb2..2d26f1f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,12 +30,17 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.graphviz',
'sphinx.ext.extlinks',
- 'oslosphinx',
+ 'openstackdocstheme',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.viewcode',
'stevedore.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/tooz'
+bug_project = 'tooz'
+bug_tag = ''
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -102,7 +107,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -135,7 +140,7 @@ html_theme = 'default'
# 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'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 025e37e..f575b4d 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -35,10 +35,15 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
- 'oslosphinx',
+ 'openstackdocstheme',
'reno.sphinxext',
]
+# openstackdocstheme options
+repository_name = 'openstack/tooz'
+bug_project = 'tooz'
+bug_tag = ''
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -109,7 +114,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+html_theme = 'openstackdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@@ -147,7 +152,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'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
diff --git a/setup.cfg b/setup.cfg
index eddd37a..fbde2f3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,7 +73,7 @@ test =
os-testr>=0.8.0 # Apache-2.0
doc =
sphinx>=1.6.2 # BSD
- oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+ openstackdocstheme>=1.11.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0
[wheel]