mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
3bef2fa752
* Use python 3 on read the docs This has multiple improvements on the inspection of classes. Mainly that method signatures propely display the arguments for the method. * Add note to telegram.Bot about camelCase Switching to py3 means that the camelCase method descriptors will no longer be displayed in the docs. Adding a note to Bot to clarify they exist. * Add Alias links for all camelCase
10 lines
181 B
YAML
10 lines
181 B
YAML
# syntax: https://docs.readthedocs.io/en/latest/yaml-config.html
|
|
|
|
formats:
|
|
- pdf
|
|
|
|
python:
|
|
setup_py_install: true
|
|
version: 3
|
|
|
|
requirements_file: docs/requirements-docs.txt
|