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/README.md

13 lines
452 B
Markdown

9 years ago
## .Net example
This assumes that you have a ``docfx`` executable on your `PATH`.
It also depends on the sphinxcontrib-dotnet domain: https://github.com/rtfd/sphinxcontrib-dotnetdomain
9 years ago
Currently this is setup to build the Indentity repo from ASP.Net
9 years ago
We don't have the checkout in the repo,
but there's a ``clone.sh`` in the ``example`` directory which will clone it properly.
Then you should simply be able to run ``make html`` in this directory.