We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6397f7 commit 693f089Copy full SHA for 693f089
Makefile
@@ -17,7 +17,7 @@ BUILDDIR = _build
17
DOC_TAG ?= development
18
RELEASE ?= latest
19
PUBLISHDIR = /tmp/navigation2
20
-SUPPORTED_VERSIONS = master
+SUPPORTED_VERSIONS = master kilted
21
22
# Put it first so that "make" without argument is like "make help".
23
help:
_themes/otc_tcs_sphinx_theme/static/tcs_theme.js
@@ -50,7 +50,7 @@ for (i = 0; i < contents.length; i++) {
50
}
51
52
document.addEventListener('DOMContentLoaded', function() {
53
- const supportedVersions = ['rolling'];
+ const supportedVersions = ['rolling', 'kilted'];
54
const versionDropdown = document.createElement('div');
55
versionDropdown.className = 'version-dropdown';
56
0 commit comments