Skip to content

Commit a14a8be

Browse files
authored
upgrade to the latest version of PyData Sphinx Theme (pandas-dev#60430)
* upgrade to the latest version of PyData Sphinx Theme upgrade PyData Sphinx Theme from 0.14 to the latest 0.16 it is needed to get the latest font-awesome pack to be able to display the new twitter-x icon. pandas-dev#60426 * update pydata-sphinx-theme to version 0.16 update pydata-sphinx-theme to version 0.16 and synchronize with environment.yml
1 parent 45f27c8 commit a14a8be

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
@@ -87,7 +87,7 @@ dependencies:
8787
- google-auth
8888
- natsort # DataFrame.sort_values doctest
8989
- numpydoc
90-
- pydata-sphinx-theme=0.14
90+
- pydata-sphinx-theme=0.16
9191
- pytest-cython # doctest
9292
- sphinx
9393
- sphinx-design

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gitdb
6262
google-auth
6363
natsort
6464
numpydoc
65-
pydata-sphinx-theme==0.14
65+
pydata-sphinx-theme==0.16
6666
pytest-cython
6767
sphinx
6868
sphinx-design

0 commit comments

Comments
 (0)