diff --git a/doc/source/conf.py b/doc/source/conf.py index 5547304..9719b32 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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]). diff --git a/doc/source/index.rst b/doc/source/index.rst index 7d34ce4..e2cd26d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 `_, -`Deployment Guides `_, +`Installation Guides `_, +`Deployment Guides `_, and the `OpenStack Operations Guide `_. Contents