Skip to content

Commit a97a7a5

Browse files
committed
Add new config file for readthedocs
1 parent 9dbe9a7 commit a97a7a5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.readthedocs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# https://docs.readthedocs.io/en/stable/config-file/v2.html
2+
version: 2
3+
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.11"
8+
9+
sphinx:
10+
configuration: readthedocs/conf.py
11+
12+
formats:
13+
- pdf
14+
- epub
15+
16+
python:
17+
install:
18+
- requirements: readthedocs/requirements.txt

readthedocs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
telethon
1+
./telethon/

0 commit comments

Comments
 (0)