Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-12-01 18:31:09 +00:00 committed by Gerrit Code Review
commit 2865c849ef
2 changed files with 15 additions and 10 deletions

View File

@ -28,7 +28,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'oslosphinx',
'openstackdocstheme',
'reno.sphinxext',
]
@ -48,14 +48,17 @@ master_doc = 'index'
project = u'Packstack Release Notes'
copyright = u'2016, Packstack Developers'
# 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.
#
# Release notes do not need a version number in the title, they
# cover multiple releases.
# The short X.Y version.
version = '8.0.0'
version = ''
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = ''
# openstackdocstheme options
repository_name = 'openstack/packstack'
bug_project = 'packstack'
bug_tag = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -100,7 +103,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
@ -139,6 +142,8 @@ 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'
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.

View File

@ -1,5 +1,5 @@
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
sphinx>=1.6.2 # BSD
openstackdocstheme>=1.17.0 # Apache-2.0
reno>=0.1.1 # Apache2
os-testr>=0.4.1 # Apache-2.0
coverage