Skip to content

Commit 9823355

Browse files
change sphinx version
1 parent d744650 commit 9823355

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/documentation-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and Commit
4343
uses: sphinx-notes/pages@master
4444
with:
45-
install_requirements: false
45+
install_requirements: true
4646
documentation_path: docs/src
4747
- name: Push changes
4848
uses: ad-m/github-push-action@master

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ dev = [
6060
docs = [
6161
"myst_parser==4.0.1",
6262
"nbsphinx==0.9.7",
63-
"sphinx<8.2", # Ensures compatibility with sphinx-autodoc-typehints
64-
"sphinx_autodoc_typehints==1.24.0", # Works with sphinx <8.2
63+
"sphinx"
64+
"sphinx_autodoc_typehints"
6565
"sphinx-book-theme==1.1.4",
6666
"sphinx-copybutton==0.5.2",
6767
"toml==0.10.2",

0 commit comments

Comments
 (0)