diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 | ||||
| -rw-r--r-- | docs/src/searx.search.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 2d730f58c..e9d9db846 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -151,6 +151,7 @@ intersphinx_mapping = { "sphinx" : ("https://www.sphinx-doc.org/en/master/", None), "valkey": ('https://valkey-py.readthedocs.io/en/stable/', None), "pygments": ("https://pygments.org/", None), + "lxml": ('https://lxml.de/apidoc', None), } issues_github_path = "searxng/searxng" diff --git a/docs/src/searx.search.rst b/docs/src/searx.search.rst index ad76d4183..cda0b0952 100644 --- a/docs/src/searx.search.rst +++ b/docs/src/searx.search.rst @@ -4,10 +4,10 @@ Search ====== -.. autoclass:: searx.search.EngineRef +.. autoclass:: searx.search.models.EngineRef :members: -.. autoclass:: searx.search.SearchQuery +.. autoclass:: searx.search.models.SearchQuery :members: .. autoclass:: searx.search.Search |