We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6781eb2 commit 40e0b0dCopy full SHA for 40e0b0d
3 files changed
.gitignore
@@ -17,6 +17,9 @@ __pycache__/
17
/docs/generated/
18
/docs/_build/
19
20
+# User configuration
21
+/hatch.toml
22
+
23
# IDEs
24
/.idea/
25
/.vscode/
hatch.toml
pyproject.toml
@@ -61,6 +61,8 @@ extra-dependencies = [
61
]
62
[tool.hatch.envs.docs.scripts]
63
build = "sphinx-build -M html docs docs/_build {args}"
64
+open = "python3 -m webbrowser -t docs/_build/html/index.html"
65
+clean = "git clean -fdX -- {args:docs}"
66
67
[tool.hatch.build.targets.wheel]
68
bypass-selection = true # This is not a package
0 commit comments