From fe803a638ea5cb3493b8c2f3f301d427926f05bf Mon Sep 17 00:00:00 2001 From: Thomas Guymer Date: Sat, 28 Sep 2024 13:31:00 +0100 Subject: [PATCH] increment Pip verson to 3.12 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 17a265a..feb1d7e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,8 +25,8 @@ "sphinx.ext.autodoc", "sphinx.ext.autosummary", "sphinx.ext.napoleon", - "sphinxfortran.fortran_autodoc", # pip-3.11 install --user git+https://github.com/VACUMM/sphinx-fortran.git@master - "sphinxfortran.fortran_domain", # pip-3.11 install --user git+https://github.com/VACUMM/sphinx-fortran.git@master + "sphinxfortran.fortran_autodoc", # pip-3.12 install --user git+https://github.com/VACUMM/sphinx-fortran.git@master + "sphinxfortran.fortran_domain", # pip-3.12 install --user git+https://github.com/VACUMM/sphinx-fortran.git@master ] # Configure Sphinx extension modules ...