Skip to content

Commit cf07176

Browse files
authored
Merge pull request #3 from botify-labs/readthedocs
Create .readthedocs.yml
2 parents 045218c + 24be718 commit cf07176

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# TODO: Remove existing warnings in the Sphinx build, then uncomment the following
9+
# sphinx:
10+
# fail_on_warning: true
11+
12+
build:
13+
os: ubuntu-20.04
14+
tools:
15+
python: '3'
16+
jobs:
17+
post_install:
18+
- pip install -U poetry
19+
- poetry config virtualenvs.create false
20+
- poetry install

0 commit comments

Comments
 (0)