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:
authorLoïc Vital <mugulmotion@gmail.com>2022-10-21 12:42:10 +0300
committerLoïc Vital <mugulmotion@gmail.com>2022-10-21 12:42:10 +0300
commite63b06a3b9a72f6f4bfc27a0e992a90f69f23a8c (patch)
treeb69aba350348e508948fc853b7b3e0644e87461f
parente6fa53399a0bde075578a109c026325699a77ef5 (diff)
[docs] specifying all requirements for building docs
-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