We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e780d43 commit c85c571Copy full SHA for c85c571
ci/requirements/docs.yml
@@ -32,3 +32,7 @@ dependencies:
32
- sphinx-design
33
- sphinx-gallery
34
- sphinx_rtd_theme<3.0
35
+ # Dev dependencies (building PDF documentation)
36
+ - cairosvg
37
+ - sphinxcontrib-svg2pdfconverter
38
+ - tectonic
environment.yml
@@ -45,7 +45,8 @@ dependencies:
45
- sphinx-gallery>=0.17.0
46
47
# Dev dependencies (building PDF documentation)
48
- - imagemagick
49
50
- tectonic
51
# Dev dependencies (type hints)
52
- mypy
0 commit comments