From dd0300df3064d9e3590011c39056367eace592ea Mon Sep 17 00:00:00 2001 From: Olivier van der Toorn Date: Tue, 14 Nov 2017 16:43:23 +0100 Subject: [PATCH] Fix documentation The documentation used to generate empty documents. Now it pulls the things from matrix_client. Signed-off-by: Olivier van der Toorn --- docs/source/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 43c14417..d6881b2a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,8 +9,13 @@ Welcome to Matrix Python SDK's documentation! Contents: .. toctree:: + :glob: :maxdepth: 2 + matrix_client + +.. include matrix_client.rst +.. include modules.rst Indices and tables