From 57aeb6a8987db1cea95db449c5b8595784d5da28 Mon Sep 17 00:00:00 2001 From: Kevin CO Date: Tue, 28 Jul 2026 15:09:02 +0200 Subject: [PATCH] doc --- .readthedocs.yaml | 1 - docs/sphinx/environment.yml | 6 ++++++ docs/sphinx/requirements.txt | 4 ---- 3 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 docs/sphinx/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d39575be..87eaaf58 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,6 @@ conda: python: install: - - requirements: docs/sphinx/requirements.txt - method: pip path: . diff --git a/docs/sphinx/environment.yml b/docs/sphinx/environment.yml index 75ead9d8..34c44b9f 100644 --- a/docs/sphinx/environment.yml +++ b/docs/sphinx/environment.yml @@ -3,3 +3,9 @@ channels: - conda-forge dependencies: - python=3.11 +- pip +- pip: + - sphinx + - myst-parser + - furo + - sphinxcontrib-mermaid diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt deleted file mode 100644 index ecf0f9da..00000000 --- a/docs/sphinx/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -sphinx -myst-parser -furo -sphinxcontrib-mermaid