Skip to content

Commit 7eb6141

Browse files
authored
chore(docs): add readthedocs config (#1496)
1 parent 5663446 commit 7eb6141

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
version: 2
4+
5+
build:
6+
os: ubuntu-24.04
7+
tools:
8+
python: "3.12"
9+
jobs:
10+
post_install:
11+
# https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-poetry
12+
- pip install poetry
13+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
14+
15+
sphinx:
16+
configuration: docs/conf.py

0 commit comments

Comments
 (0)