From 06e4f4f758d9494cbb7916079a4743ea11f5c374 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 1 Oct 2025 07:34:53 +0200 Subject: [mod] drop searxng_extra/standalone_searx.py (#5256) This is an old and grumpy hack / SearXNG is a Flask application with client/server structure, which can't be turned into a command line tool the way it was done here. Maintaining this hack is becoming increasingly complex the more we try to remodel the core code, which is why we should now remove the hack from SearXNG. Signed-off-by: Markus Heiser --- docs/dev/searxng_extra/index.rst | 1 - docs/dev/searxng_extra/standalone_searx.py.rst | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 docs/dev/searxng_extra/standalone_searx.py.rst (limited to 'docs') diff --git a/docs/dev/searxng_extra/index.rst b/docs/dev/searxng_extra/index.rst index 7bca3c0d4..d9371a718 100644 --- a/docs/dev/searxng_extra/index.rst +++ b/docs/dev/searxng_extra/index.rst @@ -11,4 +11,3 @@ developers. :maxdepth: 2 update - standalone_searx.py diff --git a/docs/dev/searxng_extra/standalone_searx.py.rst b/docs/dev/searxng_extra/standalone_searx.py.rst deleted file mode 100644 index 7cbbccfde..000000000 --- a/docs/dev/searxng_extra/standalone_searx.py.rst +++ /dev/null @@ -1,9 +0,0 @@ - -.. _standalone_searx.py: - -===================================== -``searxng_extra/standalone_searx.py`` -===================================== - -.. automodule:: searxng_extra.standalone_searx - :members: -- cgit v1.2.3