Skip to content

Commit

Permalink
Merge pull request #208 from pyconjp/ISSHA-2940-sphinx701
Browse files Browse the repository at this point in the history
ISSHA-2940 update python 3.11, sphinx 7.0.1, furo 2023.5.20
  • Loading branch information
takanory committed Jun 26, 2023
2 parents 84c527e + 30cf067 commit bcb3485
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```
$ git clone git@github.com:pyconjp/pycamp.pycon.jp.git
$ cd pycamp.pycon.jp
$ python3.9 -m venv env
$ python3.11 -m venv env
$ . env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ make html
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2023.3.27
myst-parser==1.0.0
Sphinx==6.2.1
furo==2023.5.20
myst-parser==2.0.0
Sphinx==7.0.1
sphinx-copybutton==0.5.2
sphinxext-opengraph==0.8.2

0 comments on commit bcb3485

Please sign in to comment.