diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bb9962ee..ebcbe5d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 2cf24b16..9fd6949a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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