Skip to content

Commit a7cc885

Browse files
committed
Update mpl-sphinx-theme in environment.yml
Update mpl-sphinx-theme in environment.yml We still explicitly list pydata-sphinx-theme so that it and its dependencies is fetched from conda-forge and not pip. Also pikepdf is now available on conda-forge
1 parent a00d606 commit a7cc885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
- ipywidgets
3838
- numpydoc>=1.0
3939
- packaging>=20
40-
- pydata-sphinx-theme~=0.15.0
40+
- pydata-sphinx-theme=0.16.1 # required by mpl-sphinx-theme=3.10
4141
- pyyaml
4242
- sphinx>=3.0.0,!=6.1.2
4343
- sphinx-copybutton
@@ -46,12 +46,12 @@ dependencies:
4646
- sphinx-design
4747
- sphinx-tags>=0.4.0
4848
- pystemmer
49+
- pikepdf
4950
- pip
5051
- pip:
51-
- mpl-sphinx-theme~=3.8.0
52+
- mpl-sphinx-theme~=3.10.0
5253
- sphinxcontrib-svg2pdfconverter>=1.1.0
5354
- sphinxcontrib-video>=0.2.1
54-
- pikepdf
5555
# testing
5656
- black<26
5757
- coverage

0 commit comments

Comments
 (0)