mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
15 lines
191 B
YAML
15 lines
191 B
YAML
# .readthedocs.yml
|
|
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements-docs.txt
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|