Update repo name and links; remove obsolete options

See also I1599d3c27c83f5bb95122e20d6c65fee388a9dc3.

Change-Id: Ifd7270f56fe83fa4c4ee91db1b40fca95397d93c
This commit is contained in:
Petr Kovar 2018-12-03 21:45:59 +01:00 committed by Andreas Jaeger
parent d0ba91669a
commit 593a641833
2 changed files with 3 additions and 22 deletions

View File

@ -54,7 +54,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
repository_name = "openstack/openstack-manuals"
repository_name = "openstack/arch-design"
use_storyboard = True
copyright = u'2015-2018, OpenStack contributors'
@ -207,25 +207,6 @@ latex_custom_template = r"""
\usepackage{%s}
""" % (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
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).

View File

@ -35,8 +35,8 @@ Before reading this book, we recommend:
* A basic understanding of networking principles and protocols.
For information about deploying and operating OpenStack, see the
`Installation Guides <https://docs.openstack.org/ocata/install/>`_,
`Deployment Guides <https://docs.openstack.org/ocata/deploy/>`_,
`Installation Guides <https://docs.openstack.org/rocky/install/>`_,
`Deployment Guides <https://docs.openstack.org/rocky/deploy/>`_,
and the `OpenStack Operations Guide <https://docs.openstack.org/operations-guide/>`_.
Contents