summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2025-01-04 20:01:46 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-01-05 09:31:03 +0100
commit96c32549bef1de19a98a9c19a8983f46e4425e73 (patch)
tree4aeb7376c5e4e251a19605aff099d01c3841edce /docs/conf.py
parenta060c0985454dc3f0b5fd45631749457a2ba1b8f (diff)
downloadsearxng-96c32549bef1de19a98a9c19a8983f46e4425e73.tar.gz
searxng-96c32549bef1de19a98a9c19a8983f46e4425e73.zip
[fix] requirements-dev.txt: remove autodoc_pydantic
Related to #3727
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 27881a4e0..fec9eb64b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -127,7 +127,6 @@ extensions = [
"sphinx_tabs.tabs", # https://github.com/djungelorm/sphinx-tabs
'myst_parser', # https://www.sphinx-doc.org/en/master/usage/markdown.html
'notfound.extension', # https://github.com/readthedocs/sphinx-notfound-page
- 'sphinxcontrib.autodoc_pydantic', # https://github.com/mansenfranzen/autodoc_pydantic
]
autodoc_default_options = {