Skip to content

Commit 607df04

Browse files
authored
Docs: build documentation with social cards (#11109)
Sphinx was logging that social cards were not generated because `matplotlib` not being installed.
1 parent 151775d commit 607df04

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

requirements/docs.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
sphinx
44

5+
matplotlib # opengraph social cards
6+
57
sphinx_rtd_theme==2.0.0rc2
68
sphinx-tabs
79
sphinx-intl

requirements/docs.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ click==8.1.7
1818
# via sphinx-intl
1919
colorama==0.4.6
2020
# via sphinx-autobuild
21+
contourpy==1.2.0
22+
# via matplotlib
23+
cycler==0.12.1
24+
# via matplotlib
2125
docutils==0.20.1
2226
# via
2327
# myst-parser
2428
# sphinx
2529
# sphinx-prompt
2630
# sphinx-rtd-theme
2731
# sphinx-tabs
32+
fonttools==4.48.1
33+
# via matplotlib
2834
idna==3.6
2935
# via requests
3036
imagesize==1.4.1
@@ -33,6 +39,8 @@ jinja2==3.1.3
3339
# via
3440
# myst-parser
3541
# sphinx
42+
kiwisolver==1.4.5
43+
# via matplotlib
3644
livereload==2.6.3
3745
# via sphinx-autobuild
3846
markdown-it-py==3.0.0
@@ -41,21 +49,35 @@ markdown-it-py==3.0.0
4149
# myst-parser
4250
markupsafe==2.1.5
4351
# via jinja2
52+
matplotlib==3.8.2
53+
# via -r requirements/docs.in
4454
mdit-py-plugins==0.4.0
4555
# via myst-parser
4656
mdurl==0.1.2
4757
# via markdown-it-py
4858
myst-parser==2.0.0
4959
# via -r requirements/docs.in
60+
numpy==1.26.4
61+
# via
62+
# contourpy
63+
# matplotlib
5064
packaging==23.2
51-
# via sphinx
65+
# via
66+
# matplotlib
67+
# sphinx
5268
pbr==6.0.0
5369
# via sphinxcontrib-video
70+
pillow==10.2.0
71+
# via matplotlib
5472
pygments==2.17.2
5573
# via
5674
# sphinx
5775
# sphinx-prompt
5876
# sphinx-tabs
77+
pyparsing==3.1.1
78+
# via matplotlib
79+
python-dateutil==2.8.2
80+
# via matplotlib
5981
pyyaml==6.0.1
6082
# via myst-parser
6183
readthedocs-sphinx-search==0.3.2

0 commit comments

Comments
 (0)