Skip to content

Commit c4d2e67

Browse files
authored
Release cycle chart: show suggestion if JavaScript disabled (#997)
1 parent 249242a commit c4d2e67

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

versions.rst

+13
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,16 @@ See also the :ref:`devcycle` page for more information about branches.
5555
By default, the end-of-life is scheduled 5 years after the first release,
5656
but can be adjusted by the release manager of each branch. All Python 2
5757
versions have reached end-of-life.
58+
59+
.. raw:: html
60+
61+
<noscript>
62+
<style>
63+
#python-release-cycle:after {
64+
content: "Enable JavaScript to see the release cycle chart.";
65+
}
66+
.mermaid {
67+
display: none;
68+
}
69+
</style>
70+
</noscript>

0 commit comments

Comments
 (0)