From 92a7e6375c52a776cd9afdb9020458eb5f55d937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Sun, 17 Sep 2023 21:04:15 +0200 Subject: [PATCH] docs: Fix READMEs with a good Sphinx version --- docs/README.md | 2 +- docs/es/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0783de2d76..499ec0c4d1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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` diff --git a/docs/es/README.md b/docs/es/README.md index d5f1d1ced3..e655b7580e 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -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`