conf.py (openstack-cyborg-6.0.0) | : | conf.py (openstack-cyborg-7.0.0) | ||
---|---|---|---|---|
# -*- coding: utf-8 -*- | # Licensed under the Apache License, Version 2.0 (the "License"); | |||
# you may not use this file except in compliance with the License. | ||||
# You may obtain a copy of the License at | ||||
# | ||||
# http://www.apache.org/licenses/LICENSE-2.0 | ||||
# | ||||
# Unless required by applicable law or agreed to in writing, software | ||||
# distributed under the License is distributed on an "AS IS" BASIS, | ||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | ||||
# implied. | ||||
# See the License for the specific language governing permissions and | ||||
# limitations under the License. | ||||
# Cyborg Release Notes documentation build configuration file, created by | ||||
# sphinx-quickstart on Thu April 1 16:50:32 2020. | ||||
# | ||||
# This file is execfile()d with the current directory set to its | ||||
# containing dir. | ||||
# | ||||
# Note that not all possible configuration values are present in this | ||||
# autogenerated file. | ||||
# | ||||
# All configuration values have a default; values that are commented out | ||||
# serve to show the default. | ||||
# -- General configuration ------------------------------------------------ | # -- General configuration ------------------------------------------------ | |||
# If your documentation needs a minimal Sphinx version, state it here. | # If your documentation needs a minimal Sphinx version, state it here. | |||
# | # | |||
# needs_sphinx = '1.0' | # needs_sphinx = '1.0' | |||
# Add any Sphinx extension module names here, as strings. They can be | # Add any Sphinx extension module names here, as strings. They can be | |||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | |||
# ones. | # ones. | |||
extensions = [ | extensions = [ | |||
'reno.sphinxext', | 'reno.sphinxext', | |||
'openstackdocstheme', | 'openstackdocstheme', | |||
] | ] | |||
# openstackdocstheme options | # openstackdocstheme options | |||
openstackdocs_repo_name = 'openstack/cyborg' | openstackdocs_repo_name = 'openstack/cyborg' | |||
openstackdocs_use_storyboard = True | openstackdocs_bug_project = 'cyborg' | |||
openstackdocs_bug_tag = 'doc' | ||||
openstackdocs_pdf_link = True | ||||
# The suffix(es) of source filenames. | # The suffix(es) of source filenames. | |||
# You can specify multiple suffix as a list of string: | # You can specify multiple suffix as a list of string: | |||
# | # | |||
# source_suffix = ['.rst', '.md'] | # source_suffix = ['.rst', '.md'] | |||
source_suffix = '.rst' | source_suffix = '.rst' | |||
# The master toctree document. | # The master toctree document. | |||
master_doc = 'index' | master_doc = 'index' | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 27 lines changed or added |