A Sphinx extension for running sphinx-apidoc on each build.
conda install conda-forge::sphinxcontrib-dotnetdomain
conda install conda-forge/label/cf201901::sphinxcontrib-dotnetdomain
conda install conda-forge/label/cf202003::sphinxcontrib-dotnetdomain
conda install conda-forge/label/gcc7::sphinxcontrib-dotnetdomain
sphinx-apidoc is a tool for automatic generation of Sphinx sources that, using the autodoc extension, documents a whole package in the style of other automatic API documentation tools. sphinx-apidoc does not actually build documentation - rather it simply generates it. As a result, it must be run before sphinx-build.