Skip to content

Commit c62830c

Browse files
authored
Merge pull request #223 from rffontenelle/patch-1
Update versions in requirements.txt and Python in Dockerfile
2 parents ff52cab + 73c5ab8 commit c62830c

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/actions/sphinx-build-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim
1+
FROM python:3.12-slim
22

33
RUN apt-get update \
44
&& apt-get install -y \

requirements.txt

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
Sphinx<4
2-
sphinx-autobuild
3-
sphinxcontrib-applehelp <1.0.5
4-
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
1+
Sphinx ~=7.3.7
2+
sphinx-autobuild ~= 2024.4.16
3+
sphinx-rtd-theme ~=2.0.0
4+
sphinx-intl ~=2.2.0
5+
Jinja2 ~=3.1.3

0 commit comments

Comments
 (0)