diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..12c1f0a8 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: readthedocs/conf.py + +formats: + - pdf + - epub + +python: + install: + - requirements: readthedocs/requirements.txt diff --git a/readthedocs/requirements.txt b/readthedocs/requirements.txt index 97c7493d..6875a1c7 100644 --- a/readthedocs/requirements.txt +++ b/readthedocs/requirements.txt @@ -1 +1 @@ -telethon \ No newline at end of file +./telethon/