From 2c59ab91b7c546eec452eabffacff13725f4334e Mon Sep 17 00:00:00 2001 From: Benjamin Thomas Schwertfeger Date: Wed, 10 Apr 2024 16:27:06 +0200 Subject: [PATCH] test something more --- doc/conf.py | 3 +-- doc/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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