We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5663446 commit 7eb6141Copy full SHA for 7eb6141
1 file changed
.readthedocs.yaml
@@ -0,0 +1,16 @@
1
+# Read the Docs configuration file for Sphinx projects
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+version: 2
4
+
5
+build:
6
+ os: ubuntu-24.04
7
+ tools:
8
+ python: "3.12"
9
+ jobs:
10
+ post_install:
11
+ # https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-poetry
12
+ - pip install poetry
13
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
14
15
+sphinx:
16
+ configuration: docs/conf.py
0 commit comments