File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1919 enable-cache : true
2020
2121 - name : Sync UV
22- run : uv sync --group docs
22+ run : uv sync --extra docs
2323
2424 - name : Build HTML
2525 run : uv run sphinx-build -b html docs docs/_build/html
Original file line number Diff line number Diff line change @@ -74,10 +74,6 @@ dev = [
7474 " wheel>=0.21.0" ,
7575 " astor>=0.8.1" ,
7676]
77- docs = [
78- " sphinx" ,
79- " sphinx-rtd-theme" ,
80- ]
8177
8278[project .urls ]
8379Homepage = " https://github.com/akaihola/darker"
@@ -94,6 +90,12 @@ none = "darker.formatters.none_formatter:NoneFormatter"
9490[project .scripts ]
9591darker = " darker.__main__:main_with_error_handling"
9692
93+ [project .optional-dependencies ]
94+ docs = [
95+ " sphinx>=7.4.7" ,
96+ " sphinx-rtd-theme>=3.0.2" ,
97+ ]
98+
9799[tool .black ]
98100# Darker makes Black read its configuration from the file indicated by the `--config`
99101# option, so we need to mirror the same configuration here and in `check-darker.toml`.
You can’t perform that action at this time.
0 commit comments