Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autosummary recursive empty #9922

Open
tdegeus opened this issue Dec 1, 2021 · 0 comments
Open

autosummary recursive empty #9922

tdegeus opened this issue Dec 1, 2021 · 0 comments

Comments

@tdegeus
Copy link

tdegeus commented Dec 1, 2021

Describe the bug

I have a Python module generated with pybind11. Because of reasons I am from to have GooseFEM/__init__.py

from ._GooseFEM import

with my entire module in _GooseFEM.

This works fine, also for .. automodule::, but the the output of

.. autosummary::
   :recursive:

   GooseFEM

is empty

How to Reproduce

$ git clone https://github.com/tdegeus/GooseFEM
$ conda install -c conda-forge python-goosefem
$ cd GooseFEM
$ cd docs
$ make html
$ # see _build/html/api_python.html

Expected behavior

A summary of all classes and functions.

Your project

https://goosefem.readthedocs.io/en/latest/api_python.html

Screenshots

No response

OS

Mac

Python version

3.10.0

Sphinx version

4.3.1

Sphinx extensions

breathe, sphinx.ext.imgmath, sphinx.ext.todo, sphinx.ext.autodoc, sphinx.ext.autosummary

Extra tools

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants