Skip to content

Commit 6eb6b52

Browse files
committed
Fix tab activation per OS
1 parent e9f8295 commit 6eb6b52

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/installation/basic-installation.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
.. raw:: html
2+
3+
<script>
4+
document.addEventListener('DOMContentLoaded', function() {
5+
activateTab(getOS());
6+
});
7+
</script>
8+
19
.. _basic-installation:
210

311
Basic Installation

docs/installation/building-from-source.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
.. raw:: html
2+
3+
<script>
4+
document.addEventListener('DOMContentLoaded', function() {
5+
activateTab(getOS());
6+
});
7+
</script>
8+
19
.. _Building on Linux:
210
.. _Building on macOS:
311
.. _Building on Windows:

0 commit comments

Comments
 (0)