Merge "Bump openstackdocstheme to 1.20.0"
This commit is contained in:
commit
b270dd9ed8
@ -1,5 +1,5 @@
|
|||||||
mock>=3.0.0 # BSD
|
mock>=3.0.0 # BSD
|
||||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
||||||
os-api-ref>=1.4.0 # Apache-2.0
|
os-api-ref>=1.4.0 # Apache-2.0
|
||||||
reno>=2.5.0 # Apache-2.0
|
reno>=2.5.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
|
||||||
|
@ -56,7 +56,6 @@ apidoc_separate_modules = True
|
|||||||
repository_name = 'openstack/ironic'
|
repository_name = 'openstack/ironic'
|
||||||
bug_project = '943'
|
bug_project = '943'
|
||||||
bug_tag = ''
|
bug_tag = ''
|
||||||
html_last_updated_fmt = '%Y-%m-%d %H:%M'
|
|
||||||
|
|
||||||
wsme_protocols = ['restjson']
|
wsme_protocols = ['restjson']
|
||||||
|
|
||||||
@ -74,7 +73,6 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Ironic'
|
|
||||||
copyright = u'OpenStack Foundation'
|
copyright = u'OpenStack Foundation'
|
||||||
|
|
||||||
config_generator_config_file = '../../tools/config/ironic-config-generator.conf'
|
config_generator_config_file = '../../tools/config/ironic-config-generator.conf'
|
||||||
@ -83,17 +81,6 @@ sample_config_basename = '_static/ironic'
|
|||||||
policy_generator_config_file = '../../tools/policy/ironic-policy-generator.conf'
|
policy_generator_config_file = '../../tools/policy/ironic-policy-generator.conf'
|
||||||
sample_policy_basename = '_static/ironic'
|
sample_policy_basename = '_static/ironic'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
|
||||||
# |version| and |release|, also used in various other places throughout the
|
|
||||||
# built documents.
|
|
||||||
#
|
|
||||||
# The short X.Y version.
|
|
||||||
from ironic import version as ironic_version
|
|
||||||
# The full version, including alpha/beta/rc tags.
|
|
||||||
release = ironic_version.version_info.release_string()
|
|
||||||
# The short X.Y version.
|
|
||||||
version = ironic_version.version_info.version_string()
|
|
||||||
|
|
||||||
# A list of ignored prefixes for module index sorting.
|
# A list of ignored prefixes for module index sorting.
|
||||||
modindex_common_prefix = ['ironic.']
|
modindex_common_prefix = ['ironic.']
|
||||||
|
|
||||||
@ -128,7 +115,7 @@ else:
|
|||||||
html_theme = 'default'
|
html_theme = 'default'
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = '%sdoc' % project
|
htmlhelp_basename = 'Ironicdoc'
|
||||||
|
|
||||||
|
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
@ -137,8 +124,8 @@ htmlhelp_basename = '%sdoc' % project
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
(
|
(
|
||||||
'index',
|
'index',
|
||||||
'%s.tex' % project,
|
'Ironic.tex',
|
||||||
u'%s Documentation' % project,
|
u'Ironic Documentation',
|
||||||
u'OpenStack Foundation',
|
u'OpenStack Foundation',
|
||||||
'manual'
|
'manual'
|
||||||
),
|
),
|
||||||
|
@ -61,7 +61,7 @@ msgpack==0.5.6
|
|||||||
munch==2.2.0
|
munch==2.2.0
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
netifaces==0.10.6
|
netifaces==0.10.6
|
||||||
openstackdocstheme==1.18.1
|
openstackdocstheme==1.20.0
|
||||||
openstacksdk==0.25.0
|
openstacksdk==0.25.0
|
||||||
os-api-ref==1.4.0
|
os-api-ref==1.4.0
|
||||||
os-client-config==1.29.0
|
os-client-config==1.29.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user