Using autosummary to generate full API docs
C-Achard opened this issue · 0 comments
C-Achard commented
Ideally, we would like to generate full API docs using autosummary in #50.
However, if one wants to include all members, attributes, etc, custom templates are needed, as per jupyter book documentation.
See example of custom template here.
A bug with sphinx-book-theme > 1.0.0
prevents one to use custom templates, however, as mentioned here :
executablebooks/sphinx-book-theme#729
Downgrading to sphinx-book-theme > 0.3.3
prevents this problem, but breaks other jupyter-book
features.
Currently waiting for a fix from sphinx-book-theme
, or another workaround.