Skip to content

Commit

Permalink
Merge pull request #4010 from pygame/fix-sphinx-pin-docs
Browse files Browse the repository at this point in the history
docs: Fix READMEs with a good Sphinx version
  • Loading branch information
illume authored Sep 17, 2023
2 parents f1caffe + 92a7e63 commit 50c74de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ but the documentation can also be launched with `python -m pygame.docs`

Steps:
- Have Python 3.6 or higher
- install Sphinx (`pip install Sphinx==4.2.2`)
- install Sphinx (`pip install Sphinx==4.5.0`)
- fork the pygame repository, download and navigate to it in the terminal
- run `python setup.py docs`

Expand Down
2 changes: 1 addition & 1 deletion docs/es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pero la documentación también está publicada con `python -m pygame.docs`

Pasos:
- Tener Python 3.6 or superior
- Instalar Sphinx (`pip install Sphinx==3.5.4`)
- Instalar Sphinx (`pip install Sphinx==4.5.0`)
- Bifurcar (fork) el repositorio de pygame, descargar y navegar en la terminal
- ejecutar `python setup.py docs`

Expand Down

0 comments on commit 50c74de

Please # to comment.