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