Thanks to visit codestin.com Credit goes to github.com
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.
2 parents dc7b785 + f10cd7e commit 133f797Copy full SHA for 133f797
1 file changed
doc/conf.py
@@ -23,6 +23,9 @@
23
from datetime import datetime
24
import time
25
26
+# debug that building expected version
27
+print(f"Building Documentation for Matplotlib: {matplotlib.__version__}")
28
+
29
# Release mode enables optimizations and other related options.
30
is_release_build = tags.has('release') # noqa
31
0 commit comments