forked from crossbario/autobahn-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.readthedocs.yaml
More file actions
34 lines (29 loc) · 749 Bytes
/
.readthedocs.yaml
File metadata and controls
34 lines (29 loc) · 749 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
30
31
32
33
34
# .readthedocs.yaml
# Read the Docs configuration file for autobahn
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2
# Include .ai submodule for AI/audit related docs to be included in built docs (via symlinks)
# Include .cicd submodule for shared Sphinx extensions (sphinx_auto_section_anchors)
submodules:
include:
- .ai
- .cicd
recursive: false
build:
os: ubuntu-24.04
tools:
python: "3.11"
# Install system packages for spell checking
apt_packages:
- libenchant-2-2
sphinx:
configuration: docs/conf.py
builder: html
fail_on_warning: false
python:
install:
# Install the package with docs dependencies
- method: pip
path: .
extra_requirements:
- docs