We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff52cab + 73c5ab8 commit c62830cCopy full SHA for c62830c
2 files changed
.github/actions/sphinx-build-all/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.9-slim
+FROM python:3.12-slim
2
3
RUN apt-get update \
4
&& apt-get install -y \
requirements.txt
@@ -1,10 +1,5 @@
-Sphinx<4
-sphinx-autobuild
-sphinxcontrib-applehelp <1.0.5
-sphinxcontrib-devhelp <1.0.3
5
-sphinxcontrib-htmlhelp <2.0.2
6
-sphinxcontrib-qthelp <1.0.4
7
-sphinxcontrib-serializinghtml <1.1.6
8
-sphinx-rtd-theme <2
9
-sphinx-intl
10
-Jinja2 <3.1.0
+Sphinx ~=7.3.7
+sphinx-autobuild ~= 2024.4.16
+sphinx-rtd-theme ~=2.0.0
+sphinx-intl ~=2.2.0
+Jinja2 ~=3.1.3
0 commit comments