Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
34 lines (29 loc) · 749 Bytes

File metadata and controls

34 lines (29 loc) · 749 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.