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 41e4827 commit 86de66bCopy full SHA for 86de66b
1 file changed
.readthedocs.yaml
@@ -5,10 +5,13 @@ sphinx:
5
6
formats: all
7
8
-python:
9
- version: 3.8
10
- install:
11
- - method: pip
12
- path: .
13
- extra_requirements:
14
- - docs
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.9"
+ jobs:
+ post_create_environment:
+ - pip install poetry
15
+ - poetry config virtualenvs.create false
16
+ post_install:
17
+ - poetry install --with docs
0 commit comments