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:36:40 +0300
committerLoïc Vital <mugulmotion@gmail.com>2022-10-21 12:36:40 +0300
commite6fa53399a0bde075578a109c026325699a77ef5 (patch)
treef5ade4ce60cfc26462e589ca6941ad17536dd193
parent07e993a3ebf54dc16fcd6bed04d1d83d443ceea5 (diff)
[docs] readthedocs setup
-rw-r--r--.readthedocs.yaml15
-rw-r--r--docs/requirements.txt1
2 files changed, 16 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 00000000..0582c915
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,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
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 00000000..f0694bdc
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+myst-parser