Merge "Update openstackdocstheme, use Storyboard"

This commit is contained in:
Zuul 2018-11-27 12:02:48 +00:00 committed by Gerrit Code Review
commit 1f981beb39
3 changed files with 6 additions and 29 deletions

View File

@ -1,6 +1,6 @@
# The order of packages is significant, because pip processes them in the order # The order of packages is significant, because pip processes them in the order
# 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.27.1 # Apache-2.0
doc8>=0.6.0 # Apache-2.0 doc8>=0.6.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD

View File

@ -53,9 +53,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
repository_name = "openstack/operations-guide" repository_name = "openstack/operations-guide"
bug_project = 'openstack-manuals' use_storyboard = True
project = u'Operations Guide'
bug_tag = u'ops-guide'
copyright = u'2016-present, OpenStack contributors' copyright = u'2016-present, OpenStack contributors'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
@ -142,7 +140,7 @@ html_theme = 'openstackdocs'
# So that we can enable "log-a-bug" links from each output HTML page, this # So that we can enable "log-a-bug" links from each output HTML page, this
# variable must be set to a format that includes year, month, day, hours and # variable must be set to a format that includes year, month, day, hours and
# minutes. # minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M' # html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to # If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities. # typographically correct entities.
@ -196,25 +194,6 @@ latex_custom_template = r"""
\usepackage{%s} \usepackage{%s}
""" % (openstack_logo, pdf_theme_path) """ % (openstack_logo, pdf_theme_path)
latex_engine = 'xelatex'
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
'papersize': 'a4paper',
# The font size ('10pt', '11pt' or '12pt').
'pointsize': '11pt',
#Default figure align
'figure_align': 'H',
# Not to generate blank page after chapter
'classoptions': ',openany',
# Additional stuff for the LaTeX preamble.
'preamble': latex_custom_template,
}
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).

View File

@ -402,9 +402,7 @@ Documentation Contributor
Guide <https://docs.openstack.org/doc-contrib-guide/>`_. Guide <https://docs.openstack.org/doc-contrib-guide/>`_.
If you find a bug and can't fix it or aren't sure it's really a doc bug, If you find a bug and can't fix it or aren't sure it's really a doc bug,
log a bug at `OpenStack log a bug in `
Manuals <https://bugs.launchpad.net/openstack-manuals>`_. Tag the bug Storyboard <https://storyboard.openstack.org/#!/project/openstack/operations-guide>`_. You can assign the bug to yourself if you know how to
under Extra options with the ``ops-guide`` tag to indicate that the bug fix it. Also, a member of the OpenStack operations-doc team can triage the doc
is in this guide. You can assign the bug to yourself if you know how to
fix it. Also, a member of the OpenStack doc-core team can triage the doc
bug. bug.