Hi, we do have a custom Python Interpreter which come with some CPython 
built-in module. But we would like to have the documentation in Python 
File. So we do have a fake package representing our Cpython method in pure 
python file with all our documentation.
The fake package is named in the same way than our built-in module, the 
path is correctly added to the conf.py.

But autosummary, of course, load the built-in module. So a solution could 
be to simply replace the builtin module by our fake package. But when/where 
should I do this. And is this even possible?
 
Another solution is to add an argument to our python interpreter to exclude 
our built-in module, but I would like to avoid this.
Cheers,
Thanks
Maxime.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/55cda54e-dba0-412f-a4dd-ac15544e135e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to