Update docs conf.py for openstackdocstheme change
A Starlingx patch[1] changed the signature for some openstackdocstheme methods which is causing Octavia docs to not build. This patch updates the octavia docs configuration for the new openstackdocstheme. [1] https://review.openstack.org/#/c/607298 Change-Id: Id09ab3b78291c28e116f1f4ffb8836eac0537d94
This commit is contained in:
parent
8e373c8053
commit
759cb75960
@ -194,8 +194,8 @@ htmlhelp_basename = 'octaviadoc'
|
|||||||
|
|
||||||
# -- Options for LaTeX output -------------------------------------------------
|
# -- Options for LaTeX output -------------------------------------------------
|
||||||
|
|
||||||
pdf_theme_path = openstackdocstheme.get_pdf_theme_path()
|
pdf_theme_path = openstackdocstheme.get_pdf_theme_path('openstackdocs')
|
||||||
openstack_logo = openstackdocstheme.get_openstack_logo_path()
|
openstack_logo = openstackdocstheme.get_theme_logo_path('openstackdocs')
|
||||||
|
|
||||||
latex_custom_template = r"""
|
latex_custom_template = r"""
|
||||||
\newcommand{\openstacklogo}{%s}
|
\newcommand{\openstacklogo}{%s}
|
||||||
|
@ -208,8 +208,8 @@ htmlhelp_basename = 'Octavia-Specsdoc'
|
|||||||
|
|
||||||
# -- Options for LaTeX output -------------------------------------------------
|
# -- Options for LaTeX output -------------------------------------------------
|
||||||
|
|
||||||
pdf_theme_path = openstackdocstheme.get_pdf_theme_path()
|
pdf_theme_path = openstackdocstheme.get_pdf_theme_path('openstackdocs')
|
||||||
openstack_logo = openstackdocstheme.get_openstack_logo_path()
|
openstack_logo = openstackdocstheme.get_theme_logo_path('openstackdocs')
|
||||||
|
|
||||||
latex_custom_template = r"""
|
latex_custom_template = r"""
|
||||||
\newcommand{\openstacklogo}{%s}
|
\newcommand{\openstacklogo}{%s}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user