We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14bba6 commit c3be2b9Copy full SHA for c3be2b9
1 file changed
conf.py
@@ -112,6 +112,16 @@
112
# A list of ignored prefixes for module index sorting.
113
#modindex_common_prefix = []
114
115
+#
116
+# DPVC: Add warning about new version
117
118
+rst_prolog = """.. attention::
119
+ `Version 4 <https://docs.mathjax.org/en/latest/index.html>`_ is now the current version of MathJax.
120
+ This document is for version 3.2.
121
+"""
122
123
+# /DPVC
124
125
126
# -- Options for HTML output ---------------------------------------------------
127
0 commit comments