Merge "Bump the openstackdocstheme extension to 1.20"
This commit is contained in:
commit
a5276be3dc
@ -2,7 +2,7 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
||||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
|
||||||
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.0 # Apache-2.0
|
||||||
|
@ -6,15 +6,10 @@
|
|||||||
# full list see the documentation:
|
# full list see the documentation:
|
||||||
# http://www.sphinx-doc.org/en/master/config
|
# http://www.sphinx-doc.org/en/master/config
|
||||||
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
|
||||||
|
|
||||||
# -- Project information ------------------------------------------------------
|
# -- Project information ------------------------------------------------------
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = 'oslo.messaging'
|
|
||||||
copyright = '2018, Oslo Contributors'
|
copyright = '2018, Oslo Contributors'
|
||||||
|
|
||||||
# -- General configuration ----------------------------------------------------
|
# -- General configuration ----------------------------------------------------
|
||||||
@ -34,9 +29,6 @@ repository_name = 'openstack/oslo.messaging'
|
|||||||
bug_project = 'oslo.messaging'
|
bug_project = 'oslo.messaging'
|
||||||
bug_tag = ''
|
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.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ mox3==0.20.0
|
|||||||
msgpack-python==0.4.0
|
msgpack-python==0.4.0
|
||||||
netaddr==0.7.18
|
netaddr==0.7.18
|
||||||
netifaces==0.10.4
|
netifaces==0.10.4
|
||||||
openstackdocstheme==1.18.1
|
openstackdocstheme==1.20.0
|
||||||
os-client-config==1.28.0
|
os-client-config==1.28.0
|
||||||
oslo.concurrency==3.25.0
|
oslo.concurrency==3.25.0
|
||||||
oslo.config==5.2.0
|
oslo.config==5.2.0
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
|
|
||||||
# -- Project information --------------------------------------------------
|
# -- Project information --------------------------------------------------
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'oslo.messaging Release Notes'
|
|
||||||
copyright = u'2016, oslo.messaging Developers'
|
copyright = u'2016, oslo.messaging Developers'
|
||||||
|
|
||||||
# Release notes do not need a version in the title, they span
|
# Release notes do not need a version in the title, they span
|
||||||
@ -51,9 +50,6 @@ repository_name = 'openstack/oslo.messaging'
|
|||||||
bug_project = 'oslo.messaging'
|
bug_project = 'oslo.messaging'
|
||||||
bug_tag = ''
|
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.
|
# The master toctree document.
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user