mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[docs] specifying all requirements for building docs
This commit is contained in:
parent
e6fa53399a
commit
e63b06a3b9
1 changed files with 4 additions and 2 deletions
|
@ -11,5 +11,7 @@ sphinx:
|
||||||
|
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: requirements.txt
|
||||||
|
- requirements: dev_requirements.txt
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue