We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7caad commit 73b02b7Copy full SHA for 73b02b7
readthedocs.yml
@@ -1,3 +1,18 @@
1
-requirements_file: doc-requirements.txt
2
-python:
3
- setup_py_install: true
+version: 2
+
+build:
4
+ os: ubuntu-24.04
5
+ tools:
6
+ python: "3.13"
7
+ jobs:
8
+ post_create_environment:
9
+ - pip install poetry
10
+ post_install:
11
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
12
13
+sphinx:
14
+ configuration: docs/conf.py
15
16
+formats:
17
+ - pdf
18
+ - epub
0 commit comments