From 593a64183391ad95b5b2279e867af05ec62e40f7 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Mon, 3 Dec 2018 21:45:59 +0100 Subject: [PATCH] Update repo name and links; remove obsolete options See also I1599d3c27c83f5bb95122e20d6c65fee388a9dc3. Change-Id: Ifd7270f56fe83fa4c4ee91db1b40fca95397d93c --- doc/source/conf.py | 21 +-------------------- doc/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 22 deletions(-) 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