From 7587e7f5e625f3ecdd26f4a1e90e745d859c415e Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 18 May 2023 13:54:39 -0400 Subject: [PATCH] fix docs warning and RTD settings (#1250) --- .readthedocs.yaml | 21 --------------------- docs/source/plugins.rst | 7 +------ readthedocs.yml | 8 -------- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 174f1ea..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,21 +0,0 @@ -# .readthedocs.yaml -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Set the version of Python and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 6cce316..fd5361b 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -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 --------------------------------------------- diff --git a/readthedocs.yml b/readthedocs.yml index 0be72a1..c5d680d 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,19 +1,11 @@ -# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 -# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py - -# Optionally build your docs in additional formats such as PDF and ePub -formats: all - -# Optionally set the version of Python and requirements required to build your docs python: version: 3.7 install: