Skip to content

Commit

Permalink
🔨 remove docs setup, clarify meson config messages.
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 26, 2024
1 parent 223ad2f commit bbfb9c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ozi/dist/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source_child_dist_children = [
]
if (get_option('dev').enabled() or get_option('dist').enabled())
foreach package : source_child_dist_children
message('configuring', package)
message('configure', package, 'with pip-compile')
subdir(package)
endforeach
endif
2 changes: 1 addition & 1 deletion ozi/lint/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source_child_lint_children = [
]
if (get_option('dev').enabled() or get_option('lint').enabled())
foreach package : source_child_lint_children
message('configuring', package)
message('configure', package, 'with pip-compile')
subdir(package)
endforeach
endif
2 changes: 1 addition & 1 deletion ozi/test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
source_child_test_children = ['coverage', 'pytest']
if (get_option('dev').enabled() or get_option('test').enabled())
foreach package : source_child_test_children
message('configuring', package)
message('configure', package, 'with pip-compile')
subdir(package)
endforeach
endif
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ fix = ["black", "ruff>=0.1.6", "autoflake", "isort"]
dev = ["[dist,lint,test]"]
## Packaging Setup
dist = ["python-semantic-release", "sigstore"]
## Documentation Setup
docs = ["doc8", "pydocstyle[toml]", "Pygments", "pyparsing", "sphinx",
"sphinx-design", "sphinxawesome-codelinter", "sphinxawesome-theme ~= 5.0.0b2"]
## Linting and Formatting Setup
lint = ["bandit[toml]", "black", "flake8", "flake8-quotes",
"flake8-pytest-style", "flake8-type-checking", "flake8-annotations",
Expand Down

0 comments on commit bbfb9c5

Please sign in to comment.