Skip to content

Commit

Permalink
correct sphinx build command
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Nov 17, 2023
1 parent 999c196 commit 99a43e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ extra-dependencies = [
"Sphinx>=7.2.6",
]
[tool.hatch.envs.docs.scripts]
build = "sphinx-build -d docs docs_out --color -W -bhtml"
build-ci = "sphinx-build -d docs docs_out --color -W -bhtml"
build = "sphinx-build docs docs_out --color -W -bhtml"
build-ci = "sphinx-build docs docs_out --color -W -bhtml"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 99a43e0

Please sign in to comment.