sphinx-autoapi/tests/dotnetexample
Bruno P. Kinoshita c9edd8d1c6
Minor fixes (typos, http->https in links, types) (#348)
* 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
2022-09-27 12:18:48 -07:00
..
example Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
conf.py Fixed tests in Sphinx 5 2022-07-25 10:20:51 -07:00
index.rst Add Indentity as the default dotnet testing project. 2015-07-20 14:48:25 -07:00
Makefile Minor fixes (typos, http->https in links, types) (#348) 2022-09-27 12:18:48 -07:00
README.md Minor fixes (typos, http->https in links, types) (#348) 2022-09-27 12:18:48 -07:00

.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.