changeset 7456:39f81c536ad4

docs: Fix a couple of build warnings Now down to the usual: build/docs/api/models.rst: WARNING: document isn't included in any toctree
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 23 Dec 2018 21:16:07 +0100
parents 42163501d6b5
children cb8de929ecf0
files docs/administrator_guide/auth.rst docs/overview.rst
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/administrator_guide/auth.rst	Sun Dec 23 21:16:07 2018 +0100
+++ b/docs/administrator_guide/auth.rst	Sun Dec 23 21:16:07 2018 +0100
@@ -1,4 +1,6 @@
 .. _authentication:
+
+====================
 Authentication setup
 ====================
 
--- a/docs/overview.rst	Sun Dec 23 21:16:07 2018 +0100
+++ b/docs/overview.rst	Sun Dec 23 21:16:07 2018 +0100
@@ -69,9 +69,10 @@
   (``pip install kallithea`` from a source tree will do pretty much the same
   but build the Kallithea package itself locally instead of downloading it.)
 
-.. note:: Kallithea includes front-end code that needs to be processed first.
-The tool npm_ is used to download external dependencies and orchestrate the
-processing. The ``npm`` binary must thus be available.
+.. note::
+   Kallithea includes front-end code that needs to be processed first.
+   The tool npm_ is used to download external dependencies and orchestrate the
+   processing. The ``npm`` binary must thus be available.
 
 
 Web server