mirror of
https://github.com/bellingcat/vk-url-scraper.git
synced 2026-06-08 03:18:37 +03:00
https://blog.readthedocs.com/use-build-os-config/ https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
16 lines
240 B
YAML
16 lines
240 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: false
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.8"
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: dev-requirements.txt
|