mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
c9edd8d1c6
* Avoid http->https redirect, use https where possible * Add autoapi_template_dir to existing array instead of re-declaring * Typos * Sphinx util uses int for verbosity in status_iterator * Sphinx utils uses tuples for TypeField arguments |
||
---|---|---|
.. | ||
example | ||
conf.py | ||
index.rst | ||
Makefile | ||
README.md |
.NET example
This assumes that you have a docfx
executable on your PATH
.
It also depends on the sphinxcontrib-dotnet domain: https://github.com/readthedocs/sphinxcontrib-dotnetdomain
Currently, this is set up to build the Identity repo from ASP.Net
You should simply be able to run make html
in this directory.