From 6edeaf777825340cc9394b29b78ac51a13c8aa64 Mon Sep 17 00:00:00 2001 From: pradal Date: Mon, 12 Feb 2024 21:23:26 +0100 Subject: [PATCH 1/2] Update readthedocs configuration --- .readthedocs.yml | 16 ++++++---------- doc/environment.yml | 28 ++++++---------------------- 2 files changed, 12 insertions(+), 32 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7ce8634..94375c5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,13 +1,9 @@ version: 2 -sphinx: - configuration: doc/source/conf.py +build: + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" -python: - version: 3.8 - install: - - method: setuptools - path: . - -conda: - environment: doc/environment.yml +conda: + environment: doc/environment.yml diff --git a/doc/environment.yml b/doc/environment.yml index ddc209e..66e477c 100755 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -1,27 +1,11 @@ name: strawberry channels: - - conda-forge - openalea3 + - conda-forge dependencies: - - python=3.8 - - openalea.deploy - - openalea.mtg - - openalea.plantgl - - openalea.lpy - - openpyxl - - cufflinks-py - - pip: - - pyvis - - pandas - - k3d - - jupyter - - voila - - voila-vuetify - - nodejs - - ipyvuetify - - plotly - - nbsphinx - - sphinx-rtd-theme - - nbsphinx-link - - matplotlib + - python + - sphinx_rtd_theme + - openalea.strawberry + - nbsphinx + - nbsphinx-link \ No newline at end of file From 34fcfb549597fd6e7636680d48db704dc6394590 Mon Sep 17 00:00:00 2001 From: pradal Date: Mon, 12 Feb 2024 21:25:01 +0100 Subject: [PATCH 2/2] Update conf --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2fb72bd..a181b5f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -22,7 +22,7 @@ author = 'Marc Labadie, Christophe Pradal, Gaetan Heidsieck' # The full version, including alpha/beta/rc tags -release = '1.1.0' +release = '1.1.1' # -- General configuration ---------------------------------------------------