Skip to content

Commit

Permalink
[interim fix] of sphinx-tabs and sphinx-jinja
Browse files Browse the repository at this point in the history
The myst-parser requires >= docutils v.0.17 what ends in a dependency hell where
plugins sphinx-tabs and sphinx-jinja we use are involved.

This patch can be reverted when [1], [2] and [3] are solved and new releases are
available.

[1] searxng#954
[2] executablebooks/sphinx-tabs#152
[3] executablebooks/sphinx-tabs#153

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
  • Loading branch information
return42 committed Mar 12, 2022
1 parent 8d83e4a commit 7f96f7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_themes/searxng/static/searxng.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ p.version-warning {
background-color: #004b6b;
}

div.sidebar {
aside.sidebar {
background-color: whitesmoke;
border-color: lightsteelblue;
border-radius: 3pt;
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def source_read(app, docname, source):
"sphinx.ext.intersphinx",
"pallets_sphinx_themes",
"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
'linuxdoc.kernel_include', # Implementation of the 'kernel-include' reST-directive.
'linuxdoc.rstFlatTable', # Implementation of the 'flat-table' reST-directive.
Expand Down
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ splinter==0.17.0
selenium==4.1.2
twine==3.8.0
Pallets-Sphinx-Themes==2.0.2
docutils>=0.17
Sphinx==4.4.0
sphinx-issues==3.0.1
sphinx-jinja==1.4.0
sphinx-tabs==3.2.0
sphinx-jinja @ git+http://github.com/return42/sphinx-jinja.git
sphinx-tabs @ git+https://github.com/executablebooks/sphinx-tabs
sphinxcontrib-programoutput==0.17
sphinx-autobuild==2021.3.14
myst-parser==0.17.0
Expand Down

0 comments on commit 7f96f7e

Please sign in to comment.