Skip to content

Commit ec9d97d

Browse files
authored
Pin pydata-sphinx-theme to 0.14 (#390)
- 0.15 introduces spurious "Section Navigation" sidebars in pages which have no sections (e.g. the Install guide) and 0.16 breaks Fontawesome icons. - In addition, 0.14 is the version used on Netlify previews, so we'll be sure that PR previews correspond to the deployed version.
1 parent 279560e commit ec9d97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pre-commit>=2.10.0,<4 # For pre-commit hooks; lowercap to config syntax
2-
pydata-sphinx-theme>=0.14.1,<0.17 # Theme; lowercap to add version warning
2+
pydata-sphinx-theme==0.14.* # Theme; lowercap to add version warning
33
sphinx>=5,<9 # Docs generator; cap to range confirmed supported by deps
44
sphinx-design>=0.5.0,<0.7 # For dropdowns and panels; lowercap to sphinx>=5,<8

0 commit comments

Comments
 (0)