Skip to content

Commit 40e0b0d

Browse files
committed
remove duplication
1 parent 6781eb2 commit 40e0b0d

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ __pycache__/
1717
/docs/generated/
1818
/docs/_build/
1919

20+
# User configuration
21+
/hatch.toml
22+
2023
# IDEs
2124
/.idea/
2225
/.vscode/

hatch.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ extra-dependencies = [
6161
]
6262
[tool.hatch.envs.docs.scripts]
6363
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}"
6466

6567
[tool.hatch.build.targets.wheel]
6668
bypass-selection = true # This is not a package

0 commit comments

Comments
 (0)