Skip to content

Commit

Permalink
Remove rtfd build.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Apr 24, 2024
1 parent 01a54da commit 06f2cd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ target-version = ['py37', 'py38', 'py39', 'py310']
[tool.hatch.build.targets.sdist]
exclude = ["/*.yml", "/.*", "/.github", "/docs"]

[tool.hatch.build.targets.wheel]
packages = ["src/pyrvt"]

[tool.isort]
profile = "black"
filter_files = true
Expand Down Expand Up @@ -88,4 +91,3 @@ dependencies = [
[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean --strict"
serve = "mkdocs serve --dev-addr localhost:8000"
rtfd = 'build -d _readthedocs/html'

0 comments on commit 06f2cd3

Please sign in to comment.