Skip to content

Commit fbcd401

Browse files
authored
Merge pull request matplotlib#32046 from meeseeksmachine/auto-backport-of-pr-32045-on-v3.11.x
Backport PR matplotlib#32045 on branch v3.11.x (DOC: added ffmpeg to optional doc dependencies)
2 parents fab7dad + 4afd88d commit fbcd401

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

doc/install/dependencies.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ and the capabilities they provide.
8787
.. _cairocffi: https://doc.courtbouillon.org/cairocffi/stable/
8888
.. _Tornado: https://pypi.org/project/tornado/
8989
.. _ipykernel: https://pypi.org/project/ipykernel/
90+
.. _ffmpeg: https://www.ffmpeg.org/
9091

9192
Animations
9293
^^^^^^^^^^
9394

94-
* `ffmpeg <https://www.ffmpeg.org/>`_: for saving movies.
95+
* ffmpeg_: for saving movies.
9596
* `ImageMagick <https://www.imagemagick.org/script/index.php>`_: for saving
9697
animated gifs.
9798

@@ -474,10 +475,11 @@ The following packages must also be installed:
474475
Optional
475476
^^^^^^^^
476477

477-
The documentation can be built without Inkscape and optipng, but the build
478-
process will raise various warnings.
478+
The documentation can be built without these packages, but the build
479+
process will raise various warnings:
479480

480481
* Inkscape_
481482
* `optipng <http://optipng.sourceforge.net>`_
483+
* ffmpeg_
482484
* the font `xkcd script <https://github.com/ipython/xkcd-font/>`_ or `Comic Neue <https://github.com/crozynski/comicneue>`_
483485
* the font "Times New Roman"

0 commit comments

Comments
 (0)