Your project was almost perfect, there was only one detail missing: in
every `__init___.py` you must explicitly tell autosummary which
subpackages you want to include. See my diff below.

HTH
Luc

$ git diff
diff --git a/buhtzsphinx/__init__.py b/buhtzsphinx/__init__.py
index 76a9a4a..77157f5 100644
--- a/buhtzsphinx/__init__.py
+++ b/buhtzsphinx/__init__.py
@@ -2,6 +2,12 @@
 This is buhtzsphinx brief line.
 
 More complex.
+
+.. autosummary::
+   :toctree:
+
+   mycode
+
 """
 
 from .mycode import *


On 04.10.2018 23:59, c.bu...@posteo.jp wrote:
> Dear Luc,
>
> thanks for your explanations.
>
> I updated my code and pushed it to upstream.
>
> But it still not working here. Can you give it a try with my code?
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to