We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d741df commit f10cd7eCopy full SHA for f10cd7e
1 file changed
doc/conf.py
@@ -24,6 +24,9 @@
24
from datetime import datetime
25
import time
26
27
+# debug that building expected version
28
+print(f"Building Documentation for Matplotlib: {matplotlib.__version__}")
29
+
30
# Release mode enables optimizations and other related options.
31
is_release_build = tags.has('release') # noqa
32
0 commit comments