Skip to content

Commit

Permalink
rtd: Add .readthedocs.yml (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan authored Nov 7, 2023
1 parent f7b1494 commit 43249a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
post_create_environment:
- pip install poetry==1.2.2
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

sphinx:
configuration: _docs_source/conf.py

0 comments on commit 43249a5

Please sign in to comment.