# HG changeset patch # User Mads Kiilerich # Date 1545596167 -3600 # 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 -r 42163501d6b5 -r 39f81c536ad4 docs/administrator_guide/auth.rst --- 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 ==================== diff -r 42163501d6b5 -r 39f81c536ad4 docs/overview.rst --- 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