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