Skip to content

Commit 0fb3e09

Browse files
committed
Update docs
1 parent 9e2e128 commit 0fb3e09

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

readthedocs.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
requirements_file: doc-requirements.txt
2-
python:
3-
setup_py_install: true
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.13"
7+
jobs:
8+
post_create_environment:
9+
- pip install poetry
10+
post_install:
11+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
formats:
17+
- pdf
18+
- epub

0 commit comments

Comments
 (0)