fix docs warning and RTD settings (#1250)

This commit is contained in:
Tom Kralidis
2023-05-18 13:54:39 -04:00
committed by GitHub
parent 5dfdea3568
commit 7587e7f5e6
3 changed files with 1 additions and 35 deletions
+1 -6
View File
@@ -67,7 +67,7 @@ The following methods are options to connect a plugin to pygeoapi:
Specifying custom pygeoapi CLI commands
+++++++++++++++++++++++++++++++++++++++
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Third-party plugins may also provide custom CLI commands. This can be done by means of two additional steps:
@@ -144,11 +144,6 @@ configuration's ``server.manager.name`` to indicate either the dotted path to th
manager class (*i.e.* similar to option 1 above) or the name of a known core pygeoapi plugin (*i.e.*, similar to
option 2 above).
Example: custom pygeoapi vector data provider
---------------------------------------------