π [Fix] ReadTheDocs bugs, including os
Browse files- .readthedocs.yaml +5 -0
.readthedocs.yaml
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
version: 2
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
sphinx:
|
| 4 |
configuration: docs/conf.py
|
| 5 |
|
|
|
|
| 1 |
version: 2
|
| 2 |
|
| 3 |
+
build:
|
| 4 |
+
os: ubuntu-22.04
|
| 5 |
+
tools:
|
| 6 |
+
python: "3.12"
|
| 7 |
+
|
| 8 |
sphinx:
|
| 9 |
configuration: docs/conf.py
|
| 10 |
|