Skip to content

Commit

Permalink
RTD config
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Aug 7, 2023
1 parent 4f37f32 commit 3fedddd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ version: 2
sphinx:
configuration: docs/conf.py

formats:
- htmlzip
formats: []

build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- requirements: docs/requirements.txt
python: "3.10"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs

submodules:
include: all

0 comments on commit 3fedddd

Please sign in to comment.