We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab4806 commit f725322Copy full SHA for f725322
2 files changed
.readthedocs.yaml
@@ -1,16 +1,17 @@
1
-# Required
+# .readthedocs.yml
2
version: 2
3
4
-# Build documentation in the docs/ directory with Sphinx
+build:
5
+ os: ubuntu-22.04
6
+ tools:
7
+ python: "3.10"
8
+
9
sphinx:
- configuration: docs/source/conf.py
10
+ configuration: docs/source/conf.py
11
-# Optionally build your docs in additional formats such as PDF
12
formats:
- - pdf
13
+ - pdf
14
-# Optionally set the version of Python and requirements required to build your docs
15
python:
- version: 3.8
- install:
16
+ install:
17
- requirements: docs/requirements.txt
docs/requirements.txt
@@ -1,3 +1,10 @@
+# --- Documentation dependencies ---
+sphinx>=7.0
+sphinx-rtd-theme
+sphinx-autodoc-typehints
+sphinxcontrib-napoleon
+# --- MLMC runtime dependencies ---
numpy
scipy
scikit-learn
0 commit comments