Skip to content

Commit be2b43a

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

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ workflows:
8989
- docs_build
9090
filters:
9191
branches:
92-
only: master
92+
only:
93+
- master
94+
- kilted

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 = ['master'];
53+
const supportedVersions = ['master', 'kilted'];
5454

5555
const versionDropdown = document.createElement('div');
5656
versionDropdown.className = 'version-dropdown';

0 commit comments

Comments
 (0)