Skip to content

Commit

Permalink
Merge pull request #3 from botify-labs/readthedocs
Browse files Browse the repository at this point in the history
Create .readthedocs.yml
  • Loading branch information
ewjoachim authored Oct 13, 2023
2 parents 045218c + 24be718 commit cf07176
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# TODO: Remove existing warnings in the Sphinx build, then uncomment the following
# sphinx:
# fail_on_warning: true

build:
os: ubuntu-20.04
tools:
python: '3'
jobs:
post_install:
- pip install -U poetry
- poetry config virtualenvs.create false
- poetry install

0 comments on commit cf07176

Please sign in to comment.