I'm trying to use packages like "project-a" in a namespace like "com.company", with implicit namespaces.
I'm finding that sphinx-apidoc isn't putting my packages in to the toc in the docs, I suspect because both the com
and company
namespaces have nothing in them.
sphinx-apidoc is running with --implicit-namespaces
, from the standard config pyscaffold gives me in a basic project.
I get the following in my sphinx-build output:
checking consistency... /Users/nward/Code/scratch/namespaces/project-a/docs/api/com.company.rst: WARNING: document isn't included in any toctree
Any ideas, before I start digging in to the sphinx code?
I've posted the code here - really nothing to it at the moment: https://github.com/nward/com_company_project-a