Skip to content

Commit 133f797

Browse files
authored
Merge pull request matplotlib#23609 from story645/doc-build
2 parents dc7b785 + f10cd7e commit 133f797

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
@@ -23,6 +23,9 @@
2323
from datetime import datetime
2424
import time
2525

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

0 commit comments

Comments
 (0)