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: 0582c91546520107f47a756a21808781267ead5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
   configuration: docs/source/conf.py

# Optionally declare the Python requirements required to build your docs
python:
   install:
   - requirements: docs/requirements.txt