better-apidoc
better-apidoc copied to clipboard
A version of sphinx-apidoc with support for templating
This package depends on six and docutils but they are not in requirements. Running it with updated docs dependencies on Python 3.8 I got: ``` Extension error: Handler for event...
The sub package filter in the `create_package_file` function also removes implicit namespace packages (i.e., https://github.com/goerz/better-apidoc/blob/e1e4c59f709bb2f5d0b2a8f2515f9ad4e63a0bf2/better_apidoc.py#L453). The issue is apparently already fixed in the upstream apidoc tool which performs the filtering...
**VERSION:** better-apidoc 0.1.4 Whenever I run: `better-apidoc -t ./_templates -f ../song_match -o song_match` I get the following error: ``` WARNING: failed to import 'song_match': No module named 'song_match' Traceback (most...
I can run this without issue: ```bat sphinx-apidoc -f --implicit-namespaces --no-toc --ext-todo --ext-intersphinx --ext-viewcode -o source/apidoc ``` without issue However when I run the same with better-apidoc like this: ```bat...