use dynamic build process for RTD
This commit is contained in:
@@ -5,6 +5,9 @@ build:
|
|||||||
os: "ubuntu-22.04"
|
os: "ubuntu-22.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
|
commands:
|
||||||
|
- pip install --no-cache-dir -r docs/requirements-docs.txt
|
||||||
|
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
site_name: Freqtrade
|
site_name: Freqtrade
|
||||||
site_url: https://www.freqtrade.io/en/latest/
|
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://www.freqtrade.io/en/latest/']
|
||||||
repo_url: https://github.com/freqtrade/freqtrade
|
repo_url: https://github.com/freqtrade/freqtrade
|
||||||
edit_uri: edit/develop/docs/
|
edit_uri: edit/develop/docs/
|
||||||
use_directory_urls: True
|
use_directory_urls: True
|
||||||
|
|||||||
Reference in New Issue
Block a user