From 42dd46fecc92055d8f805e40e502f8d78394d518 Mon Sep 17 00:00:00 2001 From: Dmitri Gavrilov Date: Fri, 17 Oct 2025 13:04:39 -0400 Subject: [PATCH] CI: updated configuration for RTD --- .readthedocs.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b8809d..0e8d740 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,12 +7,11 @@ build: os: ubuntu-24.04 tools: python: "3.13" + commands: + - pip install -e .[dev] + - pip install -e .[docs] + - python -m pip list + - make -C docs/ html -python: - install: - - requirements: requirements-rtd.txt - -# Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/source/conf.py -