-
### Describe the bug
While running `sphinx-apidoc -f -o .\source ..\path_to_source\` python files present inside `\path_to_source\` are getting ignored as there is an `__init__.py`(empty) file is pre…
-
Attached is my custom modification to apidoc.py to allow specifying which automodule options to use when generating the .rst files.
If you find it useful, feel free to use it however you like.
I imi…
-
- [x] I am using the latest released version of Numba (most recent is visible in
the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [ ] I have included below a minimal workin…
-
We should aim to replace sphinx [autodoc](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html) (and [sphinx-apidoc](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)) with [s…
-
refs: https://github.com/sphinx-doc/sphinx/pull/3585#discussion_r108050337
@eric-wieser
Please let me know where you found the similar problem in apidoc.
I'll take a look
-
There are a number of different hacks for getting autoapi command to work on RTD, but there is now a sphinxcontrib extension that does it for users:
https://github.com/sphinx-contrib/apidoc
This w…
-
The code in pyreadline/keysyms/__init__.py raises the following exception on linux.
```
Traceback (most recent call last):
File "../.venv/bin/sphinx-apidoc", line 5, in
from sphinx.ext.ap…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
http://sphinx-autoapi.readthedocs.io/
This should probably be a lot less traumatic than apidoc/autodoc.
-
The vispy library uses the sphinxcontrib.apidoc extension to automatically generate our API documents at build time. These generated files just use apidoc/autodoc tools to pull the information from th…