You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
example
Makefile Minor fixes (typos, http->https in links, types) (#348) 2 years ago
README.md Minor fixes (typos, http->https in links, types) (#348) 2 years ago
conf.py
index.rst

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.