File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
_themes/otc_tcs_sphinx_theme/static Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -89,4 +89,6 @@ workflows:
89
89
- docs_build
90
90
filters :
91
91
branches :
92
- only : master
92
+ only :
93
+ - master
94
+ - kilted
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ BUILDDIR = _build
17
17
DOC_TAG ?= development
18
18
RELEASE ?= latest
19
19
PUBLISHDIR = /tmp/navigation2
20
- SUPPORTED_VERSIONS = master
20
+ SUPPORTED_VERSIONS = master kilted
21
21
22
22
# Put it first so that "make" without argument is like "make help".
23
23
help :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ for (i = 0; i < contents.length; i++) {
50
50
}
51
51
52
52
document . addEventListener ( 'DOMContentLoaded' , function ( ) {
53
- const supportedVersions = [ 'master' ] ;
53
+ const supportedVersions = [ 'master' , 'kilted' ] ;
54
54
55
55
const versionDropdown = document . createElement ( 'div' ) ;
56
56
versionDropdown . className = 'version-dropdown' ;
You can’t perform that action at this time.
0 commit comments