Skip to content

Commit 2488654

Browse files
authored
[releases/1.2] rtd: Add .readthedocs.yml (#509)
rtd: Add .readthedocs.yml (#505)
1 parent 7e7f90e commit 2488654

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)