Skip to content

Commit

Permalink
build: unpin doc8 and make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 7, 2024
1 parent b87175c commit 1df219f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
5 changes: 0 additions & 5 deletions requirements/constraints.txt
Expand Up @@ -7,8 +7,3 @@
# link to other information that will help people in the future to remove the
# pin when possible. Writing an issue against the offending project and
# linking to it here is good.

# docutils is causing problems for sphinx_rtd_theme, but doc8 wants to force it
# forward. Hold back doc8 while everyone resolves their issues.
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1323
doc8 < 1.0
7 changes: 3 additions & 4 deletions requirements/dev.txt
Expand Up @@ -74,10 +74,8 @@ distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
doc8==0.11.2
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
doc8==1.1.1
# via -r requirements/quality.txt
docutils==0.20.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -359,6 +357,7 @@ tomli==2.0.1
# black
# build
# check-manifest
# doc8
# mypy
# pip-tools
# pylint
Expand Down
7 changes: 3 additions & 4 deletions requirements/doc.txt
Expand Up @@ -28,10 +28,8 @@ cogapp==3.4.1
# via -r requirements/doc.in
coverage==7.5.1
# via -r requirements/test.txt
doc8==0.11.2
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
doc8==1.1.1
# via -r requirements/doc.in
docutils==0.20.1
# via
# doc8
Expand Down Expand Up @@ -155,6 +153,7 @@ stevedore==5.2.0
tomli==2.0.1
# via
# -r requirements/test.txt
# doc8
# pytest
typing-extensions==4.11.0
# via
Expand Down
7 changes: 3 additions & 4 deletions requirements/quality.txt
Expand Up @@ -54,10 +54,8 @@ coverage==7.5.1
# -r requirements/test.txt
dill==0.3.8
# via pylint
doc8==0.11.2
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
doc8==1.1.1
# via -r requirements/doc.txt
docutils==0.20.1
# via
# -r requirements/doc.txt
Expand Down Expand Up @@ -309,6 +307,7 @@ tomli==2.0.1
# black
# build
# check-manifest
# doc8
# mypy
# pylint
# pytest
Expand Down

0 comments on commit 1df219f

Please sign in to comment.