We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbe9a7 commit a97a7a5Copy full SHA for a97a7a5
.readthedocs.yaml
@@ -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 @@
-telethon
+./telethon/
0 commit comments