We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bfa33 commit 21cc276Copy full SHA for 21cc276
1 file changed
environment.yaml
@@ -7,7 +7,7 @@ dependencies:
7
- pip
8
- sphinx<6
9
- myst-parser>=0.18
10
- - pydata-sphinx-theme==0.12.0
+ - pydata-sphinx-theme>=0.13
11
- make
12
- sphinx-togglebutton
13
- pygments_anyscript
@@ -17,8 +17,9 @@ dependencies:
17
- tomli
18
- sphinx-copybutton
19
- sphinxext-opengraph
20
- - pip:
21
- - sphinxcontrib-youtube
22
- - git+https://github.com/melund/sphinx-book-theme.git@anybody-tutorials
23
- - git+https://github.com/executablebooks/sphinx-design.git@6df47513e9
+ - sphinx-book-theme>=1.0
+ - sphinx-design
+ - sphinxcontrib-youtube
+
24
25
0 commit comments