File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ You are ready to use the toolbox. With *nox -l* you can list all available tasks
193193 - coverage -> Runs all tests (unit + integration) and reports the code coverage
194194 - docs:build -> Builds the project documentation
195195 - docs:open -> Opens the built project documentation
196- - clean- docs -> Removes the documentations build folder
196+ - docs:clean -> Removes the documentations build folder
197197 - report -> Collects and generates a metrics summary for the workspace
198198
199199 sessions marked with * are selected, sessions marked with - are skipped.
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def open_docs(session: Session) -> None:
5959 webbrowser .open_new_tab (index .as_uri ())
6060
6161
62- @nox .session (name = "clean- docs" , python = False )
62+ @nox .session (name = "docs:clean " , python = False )
6363def clean_docs (_session : Session ) -> None :
6464 """Removes the documentations build folder"""
6565 docs_folder = PROJECT_CONFIG .root / DOCS_OUTPUT_DIR
You can’t perform that action at this time.
0 commit comments