diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index a435eb24..5b7b5a84 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -38,10 +38,14 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'oslosphinx', + 'openstackdocstheme', 'reno.sphinxext', ] +# openstackdocstheme options +repository_name = 'openstack/octavia-tempest-plugin' +use_storyboard = True + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -111,7 +115,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 @@ -189,12 +193,12 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'GlanceReleaseNotesdoc' +htmlhelp_basename = 'OctaviaTempestPluginReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- -latex_elements = { +# latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # 'papersize': 'letterpaper', @@ -203,14 +207,15 @@ latex_elements = { # Additional stuff for the LaTeX preamble. # 'preamble': '', -} +# } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation', - u'Glance Developers', 'manual'), + ('index', 'OctaviaTempestPluginReleaseNotes.tex', + u'Octavia Tempest Plugin Release Notes Documentation', + u'Octavia Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +244,9 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'glancereleasenotes', u'Glance Release Notes Documentation', - [u'Glance Developers'], 1) + ('index', 'octaviatempestpluginreleasenotes', + u'Octavia Tempest Plugin Release Notes Documentation', + [u'Octavia Developers'], 1) ] # If true, show URL addresses after external links. @@ -253,9 +259,10 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation', - u'Glance Developers', 'GlanceReleaseNotes', - 'One line description of project.', + ('index', 'OctaviaTempestPluginReleaseNotes', + u'Octavia Tempest Plugin Release Notes Documentation', + u'Octavia Developers', 'OctaviaTempestPluginReleaseNotes', + 'Octavia Load Balancing as a Service for OpenStack.', 'Miscellaneous'), ] diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 07ec7ff0..efde1e2b 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -5,6 +5,7 @@ - check-requirements - publish-openstack-docs-pti - tempest-plugin-jobs + - release-notes-jobs-python3 check: jobs: - octavia-v2-dsvm-noop-api