File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 95
95
).read ().strip (' \n \t ' ).lower ().split ('\n ' ))
96
96
if len (stable_branches ) == 0 or '' in stable_branches :
97
97
# Can be removed as soon as we have stable branches
98
- watermark = "XENA DRAFT"
98
+ watermark = "YOGA DRAFT"
99
99
else :
100
100
last_stable_release = stable_branches [- 1 ].split ('stable/' )[- 1 ]
101
101
try :
152
152
"giturl" : giturl ,
153
153
"bug_project" : "PureStorage-OpenConnect/openstack-docs" ,
154
154
"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
+ # ],
159
159
}
160
160
161
161
# The language for content autogenerated by Sphinx. Refer to documentation
You can’t perform that action at this time.
0 commit comments