[02sphinx] 07stephenfin 0396cf498 - apidoc: Move apidoc to ext/apidoc The 'sphinx-apidoc' tool is no longer the only kid on the block when it comes to automatic documentation of Python projects, with the likes of 'sphinx-autoapi' in development [1], and is not really maintained. Given the fact that the tool is tangential to Sphinx's main goal, there isn't really anything that warrants its continue existence as
a core module. Signify this by moving the feature to 'ext'. This allows the feature to continue to exist in the package, but indicates that stability might be worse than one would expect from the core library. To avoid breaking packages that are using this feature directly, such as pbr [3], aliases for the old 'main' method are included. This is based on what Django does and, like Django, will allow us to safely
Hi, Sphinx experts. I'm generating a PDF using the LaTeX builder & make latexpdf . I can't figure out how to get my output to NOT include a final 'indices and tables' chapter. latex_domain_indices = False and html_use_index = False
any ideas?
sumanah has quit
sumanah joined the channel
ams__ has quit
I removed the Indices and Tables section from my ToC.