Skip to content

Commit

Permalink
Merge pull request #223 from rffontenelle/patch-1
Browse files Browse the repository at this point in the history
Update versions in requirements.txt and Python in Dockerfile
  • Loading branch information
sebp authored Apr 28, 2024
2 parents ff52cab + 73c5ab8 commit c62830c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sphinx-build-all/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.12-slim

RUN apt-get update \
&& apt-get install -y \
Expand Down
15 changes: 5 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Sphinx<4
sphinx-autobuild
sphinxcontrib-applehelp <1.0.5
sphinxcontrib-devhelp <1.0.3
sphinxcontrib-htmlhelp <2.0.2
sphinxcontrib-qthelp <1.0.4
sphinxcontrib-serializinghtml <1.1.6
sphinx-rtd-theme <2
sphinx-intl
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 comments on commit c62830c

Please sign in to comment.