Skip to content

Commit

Permalink
add jupyter to docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 31, 2024
1 parent e09ae8a commit b239669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uv pip install -e .
- name: Generate Docs
run: |
source .venv/bin/activate
uv run docs/generate.py
cd docs
uv run --module quartodoc build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Documentation = "https://bradyajohnston.github.io/MolecularNodes"
bpy = ["bpy>=4.2"]
dev = ["pytest", "pytest-cov", "syrupy", "scipy", "fake-bpy-module"]
test = ["pytest", "pytest-cov", "syrupy", "scipy"]
docs = ["quartodoc", "tomlkit", "nodepad"]
docs = ["quartodoc", "tomlkit", "nodepad", "jupyter"]

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit b239669

Please sign in to comment.