Skip to content

Commit

Permalink
test doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwwen committed Nov 29, 2024
1 parent c19c753 commit a6e09b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.12"

- name: Install mikeplus
run: pip install .[doc]
run: pip install .[dev,docs]

- name: MkDocs
run: mkdocs build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
[project.optional-dependencies]
dev = ["pytest", "ruff", "shapely"]
test = ["pytest", "shapely"]
doc = ["sphinx", "myst-parser","sphinx-book-theme","mkdocs==1.5.3","mkdocs-material==9.4.14","mkdocstrings==0.24.0","mkdocstrings-python==1.7.5", "pytkdocs[numpy-style]", "mkdocstrings-python-legacy"]
doc = ["sphinx", "myst-parser","sphinx-book-theme","mkdocs","mkdocs-material","mkdocstrings","mkdocstrings-python","mkdocstrings[python]","mkdocstrings-python-legacy","pytkdocs[numpy-style]"]

[project.urls]
"Homepage" = "https://github.com/DHI/mikepluspy"
Expand Down

0 comments on commit a6e09b5

Please sign in to comment.