# HG changeset patch # User Mads Kiilerich # Date 2018-12-23 21:16:07 # Node ID 39f81c536ad4b860f6e29e89542e3e6865eb4f63 # Parent 42163501d6b56ce2305ba2080fc806678fe29731 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 diff --git a/docs/administrator_guide/auth.rst b/docs/administrator_guide/auth.rst --- a/docs/administrator_guide/auth.rst +++ b/docs/administrator_guide/auth.rst @@ -1,4 +1,6 @@ .. _authentication: + +==================== Authentication setup ==================== diff --git a/docs/overview.rst b/docs/overview.rst --- a/docs/overview.rst +++ b/docs/overview.rst @@ -69,9 +69,10 @@ installed. (``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