We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7231e commit 06e0a9aCopy full SHA for 06e0a9a
.readthedocs.yaml
@@ -1,7 +1,8 @@
1
-version: 2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
+# for poetry see https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry
3
-sphinx:
4
- configuration: docs/source/conf.py
+# Required
5
+version: 2
6
7
build:
8
os: ubuntu-22.04
@@ -12,13 +13,11 @@ build:
12
13
jobs:
14
post_create_environment:
15
- pip install poetry
- - poetry config virtualenvs.create false
16
post_install:
17
- - poetry install --with docs
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
18
19
-formats:
20
-- epub
21
-- pdf
+sphinx:
+ configuration: docs/source/conf.py
22
23
# python:
24
# install:
0 commit comments