-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation
Description
Steps to reproduce
- Go to Docs/
- make info
Expected behaviour
The outputted file contains the documentation for python-telegram-bot in info format.
Actual behaviour
The outputted file is empty. The exception for this is when you are building the html files.
Configuration
Operating System:
GNU/Linux
Version of Python:
Python 3.4.4
Version of python-telegram-bot:
Fresh clone.
Version of Sphinx
1.3.5
The fix seems to be to either add modules.srt or telegram.srt to the index.srt file.
I've also noticed that there is some inconsistent naming in the documentation. For example you've telegram.ext.handler.rst and telegram.inlinequeryresultcachedmpeg4gif.rst. I'm not sure whether this is a bug or intended behaviour.
Metadata
Metadata
Assignees
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation