Skip to content

Commit

Permalink
Add sphinx-togglebutton as dependency and update GitHub Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew J. Milner <[email protected]>
  • Loading branch information
matterhorn103 committed Sep 25, 2024
1 parent d8dd29f commit d1f67f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Sphinx and requirements
run: |
pip install -U sphinx myst-parser breathe pydata-sphinx-theme sphinxext-rediraffe sphinx-design sphinx-copybutton linkify-it-py pygments
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
- name: Configure
run: |
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "two-avogadro-cc"
version = "2.dev0"
description = "Documentation and development website for Avogadro2"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"breathe>=4.35.0",
"linkify-it-py>=2.0.3",
Expand All @@ -13,4 +13,5 @@ dependencies = [
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.6.1",
"sphinxext-rediraffe>=0.2.7",
"sphinx-togglebutton>=0.3.2",
]

0 comments on commit d1f67f9

Please sign in to comment.