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 31f7d7c commit e564226Copy full SHA for e564226
doc/.readthedocs.yaml
@@ -5,23 +5,17 @@
5
# Required
6
version: 2
7
8
-python:
9
- version: 3.12
10
- install:
11
- - method: poetry
12
- path: .
13
-
14
# Set the version of Python and other tools you might need
15
build:
16
os: ubuntu-22.04
17
- # tools:
18
- # python: "3.12"
19
- # jobs:
20
- # post_create_environment:
21
- # - pip install poetry
22
- # - poetry config virtualenvs.create false
23
- # post_install:
24
- # - poetry install
+ tools:
+ python: "3.12"
+ jobs:
+ post_create_environment:
+ - pip install poetry
+ - poetry config virtualenvs.create false
+ post_install:
+ - poetry install
25
26
# Build documentation in the docs/ directory with Sphinx
27
sphinx:
0 commit comments