File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
docs/changelog-fragments.d Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ ###############################################################################
2+ # #
3+ # This file is only meant to exclude broken dependency versions, not feature #
4+ # dependencies. #
5+ # #
6+ # GUIDELINES: #
7+ # 1. Only list PyPI project versions that need to be excluded using `!=` #
8+ # and `<`. #
9+ # 2. It is allowed to have transitive dependency limitations in this file. #
10+ # 3. Apply bare minimum constraints under narrow conditions, use #
11+ # environment markers if possible. E.g. `; python_version < "3.12"`. #
12+ # 4. Whenever there are no constraints, let the file and this header #
13+ # remain in Git. #
14+ # #
15+ ###############################################################################
16+
17+ docutils < 0.22 # https://github.com/executablebooks/sphinx-tabs/pull/207
Original file line number Diff line number Diff line change 1+ -c tox-docs-constraints.in # limits known broken versions
12-r tests.in # `sphinxcontrib-autodoc` will import all the files
23
34Sphinx >= 1.8.2
Original file line number Diff line number Diff line change 1+ Constrained the version of :pypi: `docutils ` to before 0.22 so that the
2+ :pypi: `sphinx-tabs ` plugin continues to work. Can be reverted once
3+ new release (>> 3.4.7) of :pypi: `sphinx-tabs ` is made
4+ -- by :user: `mr-c `.
You can’t perform that action at this time.
0 commit comments