Skip to content

Commit 2eb5e55

Browse files
committed
updates required sphinx rtd theme
for sphinx 7 incompatibility issue
1 parent bd7e6a3 commit 2eb5e55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ channels:
55

66
dependencies:
77
- sphinx
8-
- sphinx_rtd_theme
8+
# fix sphinx 7 incompatibility issue
9+
- 'sphinx_rtd_theme>=1.3.0rc1'
910
- numpydoc
1011
- numpy
1112
- python

0 commit comments

Comments
 (0)