Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git+https://github.com/spyder-ide/spyder-docs-sphinx-theme.git@develop_spyder
jinja2>=2,<3 # Sphinx <4 is not compatible with Jinja >=3
jinja2>=3.1.5 # Sphinx <4 is not compatible with Jinja >=3
MarkupSafe>=1,<2 # Sphinx <4 is not compatible with MarkupSafe >=2
pre-commit>=2.10.0,<3 # For pre-commit hooks
sphinx>=3,<4 # Sphinx-Multiversion is not compatible with Sphinx 4
Expand Down
Loading