We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f66d4 commit fc4b9efCopy full SHA for fc4b9ef
exasol/toolbox/nox/_documentation.py
@@ -53,8 +53,7 @@ def open_docs(session: Session) -> None:
53
"""Opens the built project documentation"""
54
docs_folder = PROJECT_CONFIG.root / DOCS_OUTPUT_DIR
55
if not docs_folder.exists():
56
- session.error(
57
- f"No documentation could be found. {docs_folder} is missing")
+ session.error(f"No documentation could be found. {docs_folder} is missing")
58
index = docs_folder / "index.html"
59
webbrowser.open_new_tab(index.as_uri())
60
0 commit comments