mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
18 lines
417 B
YAML
18 lines
417 B
YAML
# .readthedocs.yaml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
# Build HTML documentation with Sphinx
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/source/conf.py
|
|
|
|
# Python requirements
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: dev_requirements.txt
|
|
- requirements: docs/requirements.txt
|