Skip to content

Commit

Permalink
update readthedoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Jan 5, 2024
1 parent 5501206 commit 5777fc7
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 74 deletions.
15 changes: 10 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ sphinx:
formats:
- htmlzip

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt
build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
Loading

0 comments on commit 5777fc7

Please sign in to comment.