diff --git a/doc/conf.py b/doc/conf.py index 2bc5fff..2ed5bda 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,6 +51,5 @@ "display_github": True, "github_user": "btschwertfeger", "github_repo": "python-cmethods", - "github_version": "master/docs/", + "github_version": "master/doc/", } -# html_theme_options = { diff --git a/doc/requirements.txt b/doc/requirements.txt index 1b055ca..27d2f77 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ +cloup netCDF4>=1.6.1 numpy setuptools_scm sphinx sphinx-rtd-theme -tqdm xarray>=2022.11.0