File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Install Sphinx and requirements
42
42
run : |
43
- pip install -U sphinx myst-parser breathe pydata-sphinx-theme sphinxext-rediraffe sphinx-design sphinx-copybutton linkify-it-py pygments
43
+ pip install -U breathe>=4.35.0 linkify-it-py>=2.0.3 myst-parser>=4.0.0 pydata-sphinx-theme>=0.15.4 sphinx>=8.0.2 sphinx-copybutton>=0.5.2 sphinx-design>=0.6.1 sphinxext-rediraffe>=0.2.7 sphinx-togglebutton>=0.3.2
44
44
45
45
- name : Configure
46
46
run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "two-avogadro-cc"
3
3
version = " 2.dev0"
4
4
description = " Documentation and development website for Avogadro2"
5
5
readme = " README.md"
6
- requires-python = " >=3.10 "
6
+ requires-python = " >=3.11 "
7
7
dependencies = [
8
8
" breathe>=4.35.0" ,
9
9
" linkify-it-py>=2.0.3" ,
@@ -13,4 +13,5 @@ dependencies = [
13
13
" sphinx-copybutton>=0.5.2" ,
14
14
" sphinx-design>=0.6.1" ,
15
15
" sphinxext-rediraffe>=0.2.7" ,
16
+ " sphinx-togglebutton>=0.3.2" ,
16
17
]
You can’t perform that action at this time.
0 commit comments