Skip to content

Commit

Permalink
📝 Fix MineHcraft requirements graph path (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico authored Jan 23, 2024
2 parents e5a294e + 5fb2829 commit a769eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pydoc-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.11'

- run: pip install -e .
- run: pip install -e .[all]
- run: pip install -r docs/requirements.txt
- run: pdoc -d google -t docs/template --logo https://irll.net/irll-logo.png --logo-link https://irll.github.io/HierarchyCraft/hcraft.html -o docs/build --math --no-search hcraft

Expand Down
2 changes: 1 addition & 1 deletion src/hcraft/examples/minecraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A rather large and complex requirements graph:
<div class="graph">
.. include:: ../../../../docs/images/requirements_graphs/MineHCraft.html
.. include:: ../../../../docs/images/requirements_graphs/MineHcraft.html
</div>
"""
from typing import Optional
Expand Down

0 comments on commit a769eee

Please sign in to comment.