Runs sphinx-build to check links
()
| 79 | |
| 80 | |
| 81 | def check_links(): |
| 82 | """Runs sphinx-build to check links""" |
| 83 | print(f"{Fore.CYAN}[generate.check_links] {Fore.RESET}Checking links") |
| 84 | check_call(["tox", "-e", "docs-checklinks"]) |
| 85 | |
| 86 | |
| 87 | def pre_release(version, template_name, doc_version, *, skip_check_links): |
no test coverage detected