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 ...