-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
27 lines (23 loc) · 732 Bytes
/
Copy path.readthedocs.yaml
File metadata and controls
27 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-24.04
tools:
python: "3.12"
jobs:
pre_install:
- curl -sSL https://install.python-poetry.org | python -
- /home/docs/.local/bin/poetry --version
- /home/docs/.local/bin/poetry self add poetry-plugin-export
- /home/docs/.local/bin/poetry export -f requirements.txt --output requirements.txt --without-hashes
post_install:
- python -m pip freeze
sphinx:
builder: html
configuration: docs/source/conf.py
python:
install:
- requirements: requirements.txt
- method: pip
path: .