File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yaml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
1
5
version : 2
2
6
7
+ # Set the version of Python and other tools you might need
8
+ build :
9
+ os : ubuntu-22.04
10
+ tools :
11
+ python : " 3.11"
12
+ jobs :
13
+ post_create_environment :
14
+ - pip install poetry
15
+ - poetry config virtualenvs.create false
16
+ post_install :
17
+ - poetry install
18
+
3
19
sphinx :
4
20
configuration : src/conf.py
5
21
6
22
submodules :
7
23
include : all
8
24
recursive : true
9
-
10
- python :
11
- version : 3.8
12
- install :
13
- - method : pip
14
- path : .
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ myst-parser = "*"
26
26
recommonmark = " ^0.7.0"
27
27
28
28
[build-system ]
29
- requires = [" poetry>=0.12 " ]
30
- build-backend = " poetry.masonry.api"
29
+ requires = [" poetry-core " ]
30
+ build-backend = " poetry.core. masonry.api"
You can’t perform that action at this time.
0 commit comments