Description: remove sphinxcontrib.autodoc_pydantic from sphinx config
 As sphinxcontrib.autodoc_pydantic is not packaged for Debian, it cannot be used
 in the sphinx build and therefore must be removed from  docs/conf.py.
Author: Philipp Huebner <debalance@debian.org>
Forwarded: not-needed

Index: nc-py-api/docs/conf.py
===================================================================
--- nc-py-api.orig/docs/conf.py
+++ nc-py-api/docs/conf.py
@@ -21,7 +21,6 @@ extensions = [
     "sphinx_inline_tabs",
     "sphinx_issues",
     "sphinx_rtd_theme",
-    "sphinxcontrib.autodoc_pydantic",
 ]

 intersphinx_mapping = {
@@ -30,8 +29,6 @@ intersphinx_mapping = {
     # "redis": ("https://redis-py.readthedocs.io/en/stable/", None),
 }

-autodoc_pydantic_model_show_json = False
-
 # General information about the project.
 project = "NcPyApi"
 copyright = str(now.year) + f" {project} Authors"  # noqa
