We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7f90e commit 2488654Copy full SHA for 2488654
1 file changed
.readthedocs.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.9"
7
+ jobs:
8
+ post_create_environment:
9
+ - pip install poetry==1.2.2
10
+ # Tell poetry to not use a virtual environment
11
+ - poetry config virtualenvs.create false
12
+ post_install:
13
+ - poetry install --with docs
14
15
+sphinx:
16
+ configuration: _docs_source/conf.py
0 commit comments