Skip to content

Commit c028450

Browse files
authored
Update conf.py
1 parent 37899b1 commit c028450

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/conf.py

Lines changed: 5 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 = "XENA DRAFT"
98+
watermark = "YOGA DRAFT"
9999
else:
100100
last_stable_release = stable_branches[-1].split('stable/')[-1]
101101
try:
@@ -152,10 +152,10 @@
152152
"giturl": giturl,
153153
"bug_project": "PureStorage-OpenConnect/openstack-docs",
154154
"watermark": watermark,
155-
'css_files': [
156-
'_static/bespoke.css', # custom CSS styling
157-
'_static/sphinxmark.css', # watermark styling
158-
],
155+
# 'css_files': [
156+
# '_static/bespoke.css', # custom CSS styling
157+
# '_static/sphinxmark.css', # watermark styling
158+
# ],
159159
}
160160

161161
# The language for content autogenerated by Sphinx. Refer to documentation

0 commit comments

Comments
 (0)