ArchiveBox/.readthedocs.yaml

27 lines
540 B
YAML
Raw Normal View History

2024-10-11 17:33:42 +00:00
# Read the Docs config for https://docs.archivebox.io
# https://docs.readthedocs.io/en/stable/config-file/v2.html
2023-11-14 07:56:12 +00:00
version: 2
2023-11-14 08:05:08 +00:00
submodules:
include: all
recursive: true
2023-11-14 07:56:12 +00:00
build:
os: ubuntu-22.04
tools:
python: "3.12"
2024-10-11 17:33:42 +00:00
#nodejs: "20" # not needed unless we need the full archivebox to run while building docs for some reason
2023-11-14 07:56:12 +00:00
sphinx:
configuration: docs/conf.py
formats:
- pdf
- epub
2024-10-11 17:33:42 +00:00
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2023-11-14 07:56:12 +00:00
python:
install:
2024-02-21 01:58:27 +00:00
- requirements: docs/requirements.txt