Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.readthedocs.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 0582c915..baf40bb0 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -11,5 +11,7 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
- install:
- - requirements: docs/requirements.txt
+ install:
+ - requirements: requirements.txt
+ - requirements: dev_requirements.txt
+ - requirements: docs/requirements.txt