We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd539b7 + 254a6bb commit b2f3403Copy full SHA for b2f3403
3 files changed
.devcontainer/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12 as final
+FROM python:3.13 as final
2
3
USER root
4
.github/workflows/sphinxbuild.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
119
with:
120
- python-version: "3.12"
+ python-version: "3.13"
121
cache: "pip"
122
123
- name: Install pip dependencies
requirements.txt
@@ -29,7 +29,7 @@ sphinxcontrib-jquery==4.1
29
sphinxcontrib-jsmath==1.0.1
30
sphinxcontrib-mermaid==2.0.1
31
sphinx-notfound-page==1.1.0
32
-sphinxcontrib-phpdomain==0.13.2
+sphinxcontrib-phpdomain==0.15.2
33
sphinxcontrib-qthelp==2.0.0
34
sphinxcontrib-serializinghtml==2.0.0
35
sphinx-toolbox==4.1.2
0 commit comments