Skip to content

Commit 8fc24c7

Browse files
Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: Icd8404026ff5a73129a22b6c89b5cfd6c57432fb
1 parent 3ddb145 commit 8fc24c7

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

doc/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
repository_name = 'openstack/python-novaclient'
4747
bug_project = 'python-novaclient'
4848
bug_tag = 'doc'
49-
project = 'python-novaclient'
5049
copyright = 'OpenStack Contributors'
5150

5251
# List of directories, relative to source directory, that shouldn't be searched

releasenotes/source/conf.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,8 @@
4343
master_doc = 'index'
4444

4545
# General information about the project.
46-
project = u'Nova Client Release Notes'
4746
copyright = u'2015, Nova developers'
4847

49-
# Release notes are version independent.
50-
# The short X.Y version.
51-
version = ''
52-
# The full version, including alpha/beta/rc tags.
53-
release = ''
54-
5548
# The language for content autogenerated by Sphinx. Refer to documentation
5649
# for a list of supported languages.
5750
#language = None
@@ -178,17 +171,6 @@
178171

179172
# -- Options for LaTeX output ---------------------------------------------
180173

181-
latex_elements = {
182-
# The paper size ('letterpaper' or 'a4paper').
183-
#'papersize': 'letterpaper',
184-
185-
# The font size ('10pt', '11pt' or '12pt').
186-
#'pointsize': '10pt',
187-
188-
# Additional stuff for the LaTeX preamble.
189-
#'preamble': '',
190-
}
191-
192174
# Grouping the document tree into LaTeX files. List of tuples
193175
# (source start file, target name, title,
194176
# author, documentclass [howto, manual, or own class]).

0 commit comments

Comments
 (0)