File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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 :
123123# General information about the project.
124124project = u'Pure Storage OpenStack Docs'
125125bug_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.
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'
205204html_theme = 'sphinx_rtd_theme'
206205
207206# Theme options are theme-specific and customize the look and feel of a theme
You can’t perform that action at this time.
0 commit comments