Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c85c571

Browse files
committedJan 11, 2025·
Use sphinxcontrib-svg2pdfconverter + cairosvg
1 parent e780d43 commit c85c571

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎ci/requirements/docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ dependencies:
3232
- sphinx-design
3333
- sphinx-gallery
3434
- sphinx_rtd_theme<3.0
35+
# Dev dependencies (building PDF documentation)
36+
- cairosvg
37+
- sphinxcontrib-svg2pdfconverter
38+
- tectonic

‎environment.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ dependencies:
4545
- sphinx-gallery>=0.17.0
4646
- sphinx_rtd_theme<3.0
4747
# Dev dependencies (building PDF documentation)
48-
- imagemagick
48+
- cairosvg
49+
- sphinxcontrib-svg2pdfconverter
4950
- tectonic
5051
# Dev dependencies (type hints)
5152
- mypy

0 commit comments

Comments
 (0)
Please sign in to comment.