repo.or.cz
/
mailman.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'auth' into 'master'
[mailman.git]
/
.readthedocs.yml
blob
542b1360e00d4434eaea79555e0842af84180256
1
version: 2
2
3
sphinx:
4
configuration: conf.py
5
6
python:
7
install:
8
- requirements: requirements-docs.txt
9
- method: pip
10
path: .
11
12
13
build:
14
os: ubuntu-22.04
15
tools:
16
python: "3.11"
17
jobs:
18
post_build:
19
- ln -s $READTHEDOCS_OUTPUT/html/README.html $READTHEDOCS_OUTPUT/html/index.html