We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8dfe8 commit b729276Copy full SHA for b729276
2 files changed
.github/workflows/gh-pages.yml
@@ -48,6 +48,6 @@ jobs:
48
sphinx_build_options: --conf-dir .
49
cache: true
50
python_version: 3.12
51
- sphinx_version: 8.2.3
+ sphinx_version: 9.1.0
52
checkout: false
53
publish: ${{ github.ref_name == 'master' }}
requirements.txt
@@ -29,10 +29,10 @@ sphinx-notfound-page
29
sphinxcontrib-youtube
30
sphinx-last-updated-by-git
31
sphinxnotes-comboroles
32
-sphinxcontrib-globalsubs==0.1.2
+sphinxcontrib-globalsubs>=1.0.0
33
sphinx_simplepdf
34
sphinxnotes-fasthtml
35
pyyaml
36
sphinxnotes-poc@git+https://github.com/sphinx-notes/poc.git@master
37
-shibuya==2025.9.25
+shibuya==2026.1.9
38
sphinxnotes-data@git+https://github.com/sphinx-notes/data.git@master
0 commit comments