Skip to content

Commit e189f36

Browse files
authored
Update conf.py
Fix versioning
1 parent ccdf64c commit e189f36

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source/conf.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
).read().strip(' \n\t').lower().split('\n'))
9696
if len(stable_branches) == 0 or '' in stable_branches:
9797
# Can be removed as soon as we have stable branches
98-
watermark = "WALLABY DRAFT"
98+
watermark = "VICTORIA DRAFT"
9999
else:
100100
last_stable_release = stable_branches[-1].split('stable/')[-1]
101101
try:
@@ -123,16 +123,16 @@
123123
# General information about the project.
124124
project = u'Pure Storage OpenStack Docs'
125125
bug_tag = u'docs, dog'
126-
copyright = u'2021, Pure Storage Inc.'
126+
copyright = u'2020, Pure Storage Inc.'
127127

128128
# The version info for the project you're documenting, acts as replacement for
129129
# |version| and |release|, also used in various other places throughout the
130130
# built documents.
131131
#
132132
# The short X.Y version.
133-
version = '2021.1'
133+
version = '2020.2'
134134
# The full version, including alpha/beta/rc tags.
135-
release = '2021.1'
135+
release = '2020.2'
136136

137137
# A few variables have to be set for the log-a-bug feature.
138138
# giturl: The location of conf.py on Git. Must be set manually.
@@ -201,7 +201,6 @@
201201

202202
# The theme to use for HTML and HTML Help pages. See the documentation for
203203
# a list of builtin themes.
204-
#html_theme = 'openstackdocs'
205204
html_theme = 'sphinx_rtd_theme'
206205

207206
# Theme options are theme-specific and customize the look and feel of a theme

0 commit comments

Comments
 (0)