mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] declare TypedDict of weather forecast types.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
627dfc2af6
commit
e7ff672f3a
4 changed files with 388 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ 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
|
||||
'sphinx.ext.inheritance_diagram', # https://www.sphinx-doc.org/en/master/usage/extensions/inheritance.html
|
||||
]
|
||||
|
||||
myst_enable_extensions = [
|
||||
|
|
|
|||
8
docs/src/searx.result.weather.rst
Normal file
8
docs/src/searx.result.weather.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.. _searx.results.weather:
|
||||
|
||||
================
|
||||
Weather forecast
|
||||
================
|
||||
|
||||
.. automodule:: searx.results.weather
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue