Skip to content

Commit d1f67f9

Browse files
committed
Add sphinx-togglebutton as dependency and update GitHub Actions workflow
Signed-off-by: Matthew J. Milner <[email protected]>
1 parent d8dd29f commit d1f67f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install Sphinx and requirements
4242
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
4444
4545
- name: Configure
4646
run: |

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "two-avogadro-cc"
33
version = "2.dev0"
44
description = "Documentation and development website for Avogadro2"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"breathe>=4.35.0",
99
"linkify-it-py>=2.0.3",
@@ -13,4 +13,5 @@ dependencies = [
1313
"sphinx-copybutton>=0.5.2",
1414
"sphinx-design>=0.6.1",
1515
"sphinxext-rediraffe>=0.2.7",
16+
"sphinx-togglebutton>=0.3.2",
1617
]

0 commit comments

Comments
 (0)