Runs sphinx-build to check links
()
| 94 | |
| 95 | |
| 96 | def check_links() -> None: |
| 97 | class="st">""class="st">"Runs sphinx-build to check links"class="st">"" |
| 98 | print(fclass="st">"{Fore.CYAN}[generate.check_links] {Fore.RESET}Checking links") |
| 99 | check_call([class="st">"tox", class="st">"-e", class="st">"docs-checklinks"]) |
| 100 | |
| 101 | |
| 102 | def pre_release( |
no test coverage detected