From fa1f16a95c302f062435c9c5d85390474a80999f Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 30 Oct 2024 10:58:33 -0400 Subject: [PATCH 1/2] add pip isntall . --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 84cd14c14..575d783f0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,6 @@ # Required version: 2 - conda: environment: docs/source/environment.yaml @@ -16,13 +15,14 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: docs/source/conf.py + configuration: docs/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf # # Optionally declare the Python requirements required to build your docs -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - method: pip + path: . From e8cafcc795d2b6cb3476b440567d3a1271533379 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 30 Oct 2024 11:05:46 -0400 Subject: [PATCH 2/2] updated conda env --- docs/source/environment.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/source/environment.yaml b/docs/source/environment.yaml index e5d187041..6f2800bc7 100644 --- a/docs/source/environment.yaml +++ b/docs/source/environment.yaml @@ -1,13 +1,12 @@ name: fenics channels: - conda-forge - - defaults dependencies: - - fenics + - fenics-dolfinx==0.9.0 - pip>=20.1 - matplotlib==3.7.1 + - scifem - pip: - - sympy - - sphinx_book_theme==1.0.1 - - sphinx==6.2.1 - - sphinx-design==0.4.1 \ No newline at end of file + - sphinx_book_theme==1.0.1 + - sphinx==6.2.1 + - sphinx-design==0.4.1