Skip to content

Commit

Permalink
makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 15, 2024
1 parent 39c8711 commit a4fb066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Install Hatch
run: pipx install hatch

- name: Generate reference doc
run: hatch run doc:ref

- name: Generate images
run: hatch run doc:img

- name: Generate reference doc
run: hatch run doc:ref

- name: Setup Pages
uses: actions/configure-pages@v4

Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ plugins:
python:
paths: [..]

docs_dir: "."
site_dir: "../_site/"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies = ["mkdocs", "mkdocstrings"]

[tool.hatch.envs.doc.scripts]
img = "cd docs; python sankey_doc_examples.py"
ref = "cd docs; mkdocs build"
ref = "cd docs; mkdocs -v build"

[tool.hatch.envs.test]
dependencies = [
Expand Down

0 comments on commit a4fb066

Please sign in to comment.