Document the deprecation for other languages

pull/375/head
Ashley Whetter 1 year ago
parent f44080391b
commit 5fa927c682

@ -31,6 +31,10 @@ AutoAPI finds and generates documentation by parsing source code.
Language Support
----------------
.. warning::
Support for all languages other than Python will be removed in the next major version!
========== ====== ==========================================================
Language Status Parser
========== ====== ==========================================================

@ -1,2 +1 @@
Integrated towncrier into the release workflow.

@ -0,0 +1 @@
Support for documenting languages other than Python is deprecated.

@ -30,6 +30,10 @@ Configuration Options
.NET ``'dotnet'``
========== ================
.. warning::
Support for all languages other than Python will be removed in the next major version!
.. confval:: autoapi_template_dir
Default: ``''``

@ -20,6 +20,10 @@ Javascript ``pip install sphinx-autoapi``
.NET ``pip install sphinx-autoapi[dotnet]``
========== ======================================
.. warning::
Support for all languages other than Python will be removed in the next major version!
Depending on which language you are trying to document,
each language has a different set of steps for finishing the setup of AutoAPI:

Loading…
Cancel
Save