Skip to content

Commit b576c23

Browse files
Backport PR #45757: DOC: move pydata-sphinx-theme to the conda packages section (#45760)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent c774da7 commit b576c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies:
3535
- sphinx
3636
- sphinx-panels
3737
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
38+
- pydata-sphinx-theme
3839
- types-python-dateutil
3940
- types-PyMySQL
4041
- types-pytz
@@ -120,6 +121,5 @@ dependencies:
120121
- tabulate>=0.8.3 # DataFrame.to_markdown
121122
- natsort # DataFrame.sort_values
122123
- pip:
123-
- pydata-sphinx-theme
124124
- pandas-dev-flaker==0.2.0
125125
- pytest-cython

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ gitdb
2121
sphinx
2222
sphinx-panels
2323
numpydoc < 1.2
24+
pydata-sphinx-theme
2425
types-python-dateutil
2526
types-PyMySQL
2627
types-pytz
@@ -83,7 +84,6 @@ cftime
8384
pyreadstat
8485
tabulate>=0.8.3
8586
natsort
86-
pydata-sphinx-theme
8787
pandas-dev-flaker==0.2.0
8888
pytest-cython
8989
setuptools>=51.0.0

0 commit comments

Comments
 (0)