Files
NexQuant/requirements/docs.txt
dependabot[bot] 96e4f49740 chore(deps): Update snowballstemmer requirement from <3.0 to <4.0 (#16)
Updates the requirements on [snowballstemmer](https://github.com/snowballstem/snowball) to permit the latest version.
- [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS)
- [Commits](https://github.com/snowballstem/snowball/compare/v2.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: snowballstemmer
  dependency-version: 3.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-18 09:09:39 +02:00

17 lines
369 B
Plaintext

# Requirements for docs.
autodoc-pydantic
coverage
furo
git-changelog
mypy[reports]
myst-parser
pytest
Sphinx
sphinx-autobuild
sphinx-click
sphinx-togglebutton
sphinx_rtd_theme
# snowballstemmer, a dependency of sphinx, was released on 2025-05-08 with version 3.0.0,
# which causes errors in the build process. So we've limited the version for now.
snowballstemmer<4.0