mirror of
https://github.com/searx/searx
synced 2024-11-25 19:30:01 +01:00
Update all outdated dependencies (#3328)
This commit is contained in:
parent
88f37046dd
commit
ebe72b32ce
26
docs/conf.py
26
docs/conf.py
@ -38,26 +38,26 @@ jinja_contexts = {
|
|||||||
extlinks = {}
|
extlinks = {}
|
||||||
|
|
||||||
# upstream links
|
# upstream links
|
||||||
extlinks['wiki'] = ('https://github.com/searx/searx/wiki/%s', ' ')
|
extlinks['wiki'] = ('https://github.com/searx/searx/wiki/%s', '%s')
|
||||||
extlinks['pull'] = ('https://github.com/searx/searx/pull/%s', 'PR ')
|
extlinks['pull'] = ('https://github.com/searx/searx/pull/%s', 'PR %s')
|
||||||
|
|
||||||
# links to custom brand
|
# links to custom brand
|
||||||
extlinks['origin'] = (brand.GIT_URL + '/blob/' + brand.GIT_BRANCH + '/%s', 'git://')
|
extlinks['origin'] = (brand.GIT_URL + '/blob/' + brand.GIT_BRANCH + '/%s', 'Origin: %s')
|
||||||
extlinks['patch'] = (brand.GIT_URL + '/commit/%s', '#')
|
extlinks['patch'] = (brand.GIT_URL + '/commit/%s', 'path %s')
|
||||||
extlinks['search'] = (brand.SEARX_URL + '/%s', '#')
|
extlinks['search'] = (brand.SEARX_URL + '/%s', 'URL: %s')
|
||||||
extlinks['docs'] = (brand.DOCS_URL + '/%s', 'docs: ')
|
extlinks['docs'] = (brand.DOCS_URL + '/%s', 'docs: %s')
|
||||||
extlinks['pypi'] = ('https://pypi.org/project/%s', 'PyPi: ')
|
extlinks['pypi'] = ('https://pypi.org/project/%s', 'PyPi: %s')
|
||||||
extlinks['man'] = ('https://manpages.debian.org/jump?q=%s', '')
|
extlinks['man'] = ('https://manpages.debian.org/jump?q=%s', 'man: %s')
|
||||||
#extlinks['role'] = (
|
#extlinks['role'] = (
|
||||||
# 'https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-%s', '')
|
# 'https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-%s', '')
|
||||||
extlinks['duref'] = (
|
extlinks['duref'] = (
|
||||||
'https://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#%s', '')
|
'https://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#%s', '%s')
|
||||||
extlinks['durole'] = (
|
extlinks['durole'] = (
|
||||||
'https://docutils.sourceforge.net/docs/ref/rst/roles.html#%s', '')
|
'https://docutils.sourceforge.net/docs/ref/rst/roles.html#%s', '%s')
|
||||||
extlinks['dudir'] = (
|
extlinks['dudir'] = (
|
||||||
'https://docutils.sourceforge.net/docs/ref/rst/directives.html#%s', '')
|
'https://docutils.sourceforge.net/docs/ref/rst/directives.html#%s', '%s')
|
||||||
extlinks['ctan'] = (
|
extlinks['ctan'] = (
|
||||||
'https://ctan.org/pkg/%s', 'CTAN: ')
|
'https://ctan.org/pkg/%s', 'CTAN: %s')
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.imgmath',
|
'sphinx.ext.imgmath',
|
||||||
@ -67,7 +67,7 @@ extensions = [
|
|||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
"pallets_sphinx_themes",
|
"pallets_sphinx_themes",
|
||||||
"sphinx_issues", # https://github.com/sloria/sphinx-issues/blob/master/README.rst
|
"sphinx_issues", # https://github.com/sloria/sphinx-issues/blob/master/README.rst
|
||||||
"sphinxcontrib.jinja", # https://github.com/tardyp/sphinx-jinja
|
"sphinx_jinja", # https://github.com/tardyp/sphinx-jinja
|
||||||
"sphinxcontrib.programoutput", # https://github.com/NextThought/sphinxcontrib-programoutput
|
"sphinxcontrib.programoutput", # https://github.com/NextThought/sphinxcontrib-programoutput
|
||||||
'linuxdoc.kernel_include', # Implementation of the 'kernel-include' reST-directive.
|
'linuxdoc.kernel_include', # Implementation of the 'kernel-include' reST-directive.
|
||||||
'linuxdoc.rstFlatTable', # Implementation of the 'flat-table' reST-directive.
|
'linuxdoc.rstFlatTable', # Implementation of the 'flat-table' reST-directive.
|
||||||
|
@ -9,11 +9,11 @@ transifex-client==0.12.5; python_version == '3.10'
|
|||||||
selenium==4.3.0
|
selenium==4.3.0
|
||||||
twine==4.0.1
|
twine==4.0.1
|
||||||
Pallets-Sphinx-Themes==2.0.2
|
Pallets-Sphinx-Themes==2.0.2
|
||||||
docutils==0.16
|
docutils==0.18
|
||||||
Sphinx==4.4.0
|
Sphinx==5.1.1
|
||||||
sphinx-issues==3.0.1
|
sphinx-issues==3.0.1
|
||||||
sphinx-jinja==1.4.0
|
sphinx-jinja==2.0.2
|
||||||
sphinx-tabs==3.2.0
|
sphinx-tabs==3.4.1
|
||||||
sphinxcontrib-programoutput==0.17
|
sphinxcontrib-programoutput==0.17
|
||||||
sphinx-autobuild==2021.3.14
|
sphinx-autobuild==2021.3.14
|
||||||
linuxdoc==20211220
|
linuxdoc==20211220
|
||||||
|
@ -6,7 +6,7 @@ flask==2.2.1
|
|||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
langdetect==1.0.9
|
langdetect==1.0.9
|
||||||
lxml==4.9.1
|
lxml==4.9.1
|
||||||
pygments==2.8.0
|
pygments==2.12.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests[socks]==2.28.1
|
requests[socks]==2.28.1
|
||||||
|
Loading…
Reference in New Issue
Block a user