Skip to content

Commit f10cd7e

Browse files
committed
print version number when building docs
1 parent 7d741df commit f10cd7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
from datetime import datetime
2525
import time
2626

27+
# debug that building expected version
28+
print(f"Building Documentation for Matplotlib: {matplotlib.__version__}")
29+
2730
# Release mode enables optimizations and other related options.
2831
is_release_build = tags.has('release') # noqa
2932

0 commit comments

Comments
 (0)