Skip to content

Commit

Permalink
Docs: build documentation with social cards (#11109)
Browse files Browse the repository at this point in the history
Sphinx was logging that social cards were not generated because `matplotlib` not
being installed.
  • Loading branch information
humitos committed Feb 12, 2024
1 parent 151775d commit 607df04
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

sphinx

matplotlib # opengraph social cards

sphinx_rtd_theme==2.0.0rc2
sphinx-tabs
sphinx-intl
Expand Down
24 changes: 23 additions & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ click==8.1.7
# via sphinx-intl
colorama==0.4.6
# via sphinx-autobuild
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
docutils==0.20.1
# via
# myst-parser
# sphinx
# sphinx-prompt
# sphinx-rtd-theme
# sphinx-tabs
fonttools==4.48.1
# via matplotlib
idna==3.6
# via requests
imagesize==1.4.1
Expand All @@ -33,6 +39,8 @@ jinja2==3.1.3
# via
# myst-parser
# sphinx
kiwisolver==1.4.5
# via matplotlib
livereload==2.6.3
# via sphinx-autobuild
markdown-it-py==3.0.0
Expand All @@ -41,21 +49,35 @@ markdown-it-py==3.0.0
# myst-parser
markupsafe==2.1.5
# via jinja2
matplotlib==3.8.2
# via -r requirements/docs.in
mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
# via -r requirements/docs.in
numpy==1.26.4
# via
# contourpy
# matplotlib
packaging==23.2
# via sphinx
# via
# matplotlib
# sphinx
pbr==6.0.0
# via sphinxcontrib-video
pillow==10.2.0
# via matplotlib
pygments==2.17.2
# via
# sphinx
# sphinx-prompt
# sphinx-tabs
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via matplotlib
pyyaml==6.0.1
# via myst-parser
readthedocs-sphinx-search==0.3.2
Expand Down

0 comments on commit 607df04

Please sign in to comment.