]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: use non-format-specific references to documentation
authorSimon South <simon@simonsouth.net>
Tue, 13 Oct 2020 00:14:43 +0000 (20:14 -0400)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 15 Oct 2020 11:18:01 +0000 (13:18 +0200)
The "build-html-doc" ref-ID is preserved so as to not risk breaking
Web links and similar.

doc/build.rst

index e844b60468f82373ae81d9c0019d043594f92b76..095568f73c90cb2b9f36713ce5ae091957ffed07 100644 (file)
@@ -50,7 +50,7 @@ Resolver:
    "cmocka_", "``unit tests``", "Unit testing framework."
    "Doxygen_", "``documentation``", "Generating API documentation."
    "Sphinx_ and sphinx_rtd_theme_", "``documentation``", "Building this
-   HTML/PDF documentation."
+   documentation."
    "Texinfo_", "``documentation``", "Generating this documentation in Info
    format."
    "breathe_", "``documentation``", "Exposing Doxygen API doc to Sphinx."
@@ -193,8 +193,8 @@ It's also possible to run only specific test suite or a test.
 
 .. _build-html-doc:
 
-HTML Documentation
-------------------
+Documentation
+-------------
 
 To check for documentation dependencies and allow its installation, use
 ``-Ddoc=enabled``. The documentation doesn't build automatically. Instead,
@@ -234,7 +234,7 @@ Recommended build options for packagers:
   prefix, other directories can be set in a similar fashion, see ``meson setup
   --help``
 * ``-Dsystemd_files=enabled`` for systemd unit files
-* ``-Ddoc=enabled`` for offline html documentation (see :ref:`build-html-doc`)
+* ``-Ddoc=enabled`` for offline documentation (see :ref:`build-html-doc`)
 * ``-Dinstall_kresd_conf=enabled`` to install default config file
 * ``-Dclient=enabled`` to force build of kresc
 * ``-Dunit_tests=enabled`` to force build of unit tests