diff --git a/.readthedocs.yml b/.readthedocs.yml index a06f74c..859c134 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,4 +16,4 @@ formats: all python: version: 3.7 install: - - requirements: requirements.txt \ No newline at end of file + - requirements: doc_req.txt \ No newline at end of file diff --git a/doc_req.txt b/doc_req.txt new file mode 100644 index 0000000..0f0e938 --- /dev/null +++ b/doc_req.txt @@ -0,0 +1 @@ +pytelegrambotapi \ No newline at end of file