Skip to content

Commit 1504146

Browse files
farhanclaude
andcommitted
fix: add doc8 to doc dependency group, remove twine duplicate
tox -e docs runs doc8 to lint RST files, but doc8 was missing from the doc group causing a command-not-found error. Also removes twine from doc (it belongs only in quality). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ed746b1 commit 1504146

2 files changed

Lines changed: 30 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ quality = [
7171
doc = [
7272
{include-group = "test"},
7373
"build",
74+
"doc8",
7475
"Sphinx",
7576
"sphinx-book-theme",
76-
"twine",
7777
]
7878

7979
# From requirements/ci.in

uv.lock

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)