Skip to content

Commit cfd0d3f

Browse files
authored
BLD: Missing 'pickleshare' package when running 'sphinx-build' command (#60468)
1 parent 8911238 commit cfd0d3f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies:
3535
- hypothesis>=6.84.0
3636
- gcsfs>=2022.11.0
3737
- ipython
38+
- pickleshare # Needed for IPython Sphinx directive in the docs GH#60429
3839
- jinja2>=3.1.2
3940
- lxml>=4.9.2
4041
- matplotlib>=3.6.3

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ html5lib>=1.1
2424
hypothesis>=6.84.0
2525
gcsfs>=2022.11.0
2626
ipython
27+
pickleshare
2728
jinja2>=3.1.2
2829
lxml>=4.9.2
2930
matplotlib>=3.6.3

0 commit comments

Comments
 (0)