Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <juanlu@readthedocs.org>2021-11-15 16:30:07 +0300
committerGitHub <noreply@github.com>2021-11-15 16:30:07 +0300
commiteceb6b8f4b26e20246662ce916dc4143376b664d (patch)
tree3ec74aef33c6c82a57080b4c6f6cb2e520dbb58a /doc
parentd7d82a88ad2cf84b76b8e3256c9dfd59369b6de0 (diff)
Remove reference to unmaintained extension
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial/describing-code.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst
index 88e1f8702..bf8ab1c1f 100644
--- a/doc/tutorial/describing-code.rst
+++ b/doc/tutorial/describing-code.rst
@@ -243,8 +243,7 @@ Sphinx also supports documenting and cross-referencing objects written in
other programming languages. There are four extra built-in domains:
C, C++, JavaScript, and reStructuredText, and third party extensions may
define domains for more languages, such as
-`.NET <https://sphinxcontrib-dotnetdomain.readthedocs.io>`,
-`Fortran <https://sphinx-fortran.readthedocs.io>`_,
+`Fortran <https://sphinx-fortran.readthedocs.io>`_
or `Julia <http://bastikr.github.io/sphinx-julia>`_.
For example, to document a C++ type definition, you would use the built-in