Skip to content

Commit 693f089

Browse files
Added kilted branch support to the documentation build process.
Signed-off-by: Leander Stephen D'Souza <[email protected]>
1 parent f6397f7 commit 693f089

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BUILDDIR = _build
1717
DOC_TAG ?= development
1818
RELEASE ?= latest
1919
PUBLISHDIR = /tmp/navigation2
20-
SUPPORTED_VERSIONS = master
20+
SUPPORTED_VERSIONS = master kilted
2121

2222
# Put it first so that "make" without argument is like "make help".
2323
help:

_themes/otc_tcs_sphinx_theme/static/tcs_theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ for (i = 0; i < contents.length; i++) {
5050
}
5151

5252
document.addEventListener('DOMContentLoaded', function() {
53-
const supportedVersions = ['rolling'];
53+
const supportedVersions = ['rolling', 'kilted'];
5454
const versionDropdown = document.createElement('div');
5555
versionDropdown.className = 'version-dropdown';
5656

0 commit comments

Comments
 (0)