diff --git a/doc/faq.rst b/doc/faq.rst index 4b273023d3a..c0e3f749340 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -48,10 +48,11 @@ Using Sphinx with... -------------------- Read the Docs - `Read the Docs `_ is a documentation hosting + :std:doc:`readthedocs:index` is a documentation hosting service based around Sphinx. They will host sphinx documentation, along with supporting a number of other features including version support, PDF - generation, and more. The `Getting Started`_ guide is a good place to start. + generation, and more. The :std:doc:`Getting Started + ` guide is a good place to start. Epydoc There's a third-party extension providing an `api role`_ which refers to @@ -143,7 +144,6 @@ Google Search 3. Add ``searchbox.html`` to the :confval:`html_sidebars` configuration value. -.. _Getting Started: https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html .. _api role: https://git.savannah.gnu.org/cgit/kenozooid.git/tree/doc/extapi.py .. _xhtml to reST: https://docutils.sourceforge.io/sandbox/xhtml2rest/xhtml2rest.py