We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d744650 commit 9823355Copy full SHA for 9823355
2 files changed
.github/workflows/documentation-build.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build and Commit
43
uses: sphinx-notes/pages@master
44
with:
45
- install_requirements: false
+ install_requirements: true
46
documentation_path: docs/src
47
- name: Push changes
48
uses: ad-m/github-push-action@master
pyproject.toml
@@ -60,8 +60,8 @@ dev = [
60
docs = [
61
"myst_parser==4.0.1",
62
"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
+ "sphinx"
+ "sphinx_autodoc_typehints"
65
"sphinx-book-theme==1.1.4",
66
"sphinx-copybutton==0.5.2",
67
"toml==0.10.2",
0 commit comments