
See the deprecation notice: https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version
19 lines
220 B
YAML
19 lines
220 B
YAML
version: 2
|
|
|
|
formats:
|
|
- htmlzip
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.8"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- d
|