Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Jan 24, 2025
1 parent ef11ff9 commit 8a4ad16
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions scripts/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ def info():
f"{Fore.BLUE}poetry run poe quick_test{Style.RESET_ALL}:"
+ " Run tests that do not require docker and are not marked with 'slow' and collect coverage"
)
print(
f"{Fore.BLUE}poetry run poe docs{Style.RESET_ALL}:"
+ " Build Sphinx docs"
)
print(
f"{Fore.BLUE}poetry run poe docs_no_docker{Style.RESET_ALL}:"
+ " Build Sphinx docs; "
)
print(f"{Fore.BLUE}poetry run poe docs{Style.RESET_ALL}:" + " Build Sphinx docs")
print(f"{Fore.BLUE}poetry run poe docs_no_docker{Style.RESET_ALL}:" + " Build Sphinx docs; ")
print(f"{Fore.BLUE}poetry run poe clean_docs{Style.RESET_ALL}: Remove all documentation build roots")
print(f"{Fore.BLUE}poetry run poe clean{Style.RESET_ALL}: Clean all build artifacts\n")

0 comments on commit 8a4ad16

Please sign in to comment.