Code Review
/
pti
/
o2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Added HTTPS support
[pti/o2.git]
/
.readthedocs.yaml
1
---
2
# .readthedocs.yml
3
# Read the Docs configuration file
4
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
5
# Required
6
version: 2
7
8
formats:
9
- htmlzip
10
11
build:
12
os: "ubuntu-22.04"
13
tools:
14
python: "3.11"
15
16
python:
17
install:
18
- requirements: docs/requirements-docs.txt
19
20
sphinx:
21
configuration: docs/conf.py