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

.readthedocs.yaml - github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5aebe6933170d0e55219b44fe2056eec26c6006e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# .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