forked from constverum/ProxyBroker
-
-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathreadthedocs.yml
More file actions
29 lines (24 loc) · 623 Bytes
/
Copy pathreadthedocs.yml
File metadata and controls
29 lines (24 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.14" # Use Python 3.14 for documentation builds
apt_packages:
- graphviz
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
# Python requirements for building docs
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
# Formats to build
formats:
- pdf
- htmlzip