Skip to content

Commit f9f565b

Browse files
Copilotfermga
andcommitted
Fix Netlify build: add MkDocs dependencies and update config
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent 0f67864 commit f9f565b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ sphinxcontrib-mermaid>=0.9
77
ipykernel>=6
88
nbconvert>=7.16
99
pypandoc-binary>=1.14
10+
mkdocs>=1.5
11+
mkdocs-material>=9.4
12+
mkdocs-jupyter>=0.24

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "python -m pip install -r docs/requirements.txt && make docs"
3-
publish = "docs/_build/html"
2+
command = "python -m pip install -r docs/requirements.txt && mkdocs build"
3+
publish = "site"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ docs = [
6363
"ipykernel>=6",
6464
"nbconvert>=7.16",
6565
"pypandoc-binary>=1.14",
66+
"mkdocs>=1.5",
67+
"mkdocs-material>=9.4",
68+
"mkdocs-jupyter>=0.24",
6669
]
6770
# Testing - modular groups
6871
test-unit = [

0 commit comments

Comments
 (0)