File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 44import os
55import sys
66
7- import networkx as nx # Keep for type hinting if G is passed around
7+ import networkx as nx
88
99# --- Configuration ---
1010DOCS_DIR = "docs"
Original file line number Diff line number Diff line change 22
33[build ]
44 publish = " site"
5- # The command Netlify will run.
6- # Netlify's build image should handle activating the specified PYTHON_VERSION
7- # and making 'python' and 'pip' available on the PATH from that version.
85 command = " pip install -r requirements.txt && pip install . && python generate_graph_examples.py && mkdocs build"
96
107 [build .environment ]
11- PYTHON_VERSION = " 3.12" # Be explicit. You can try "3.12.10" if "3.12" is ambiguous
12- # or another version like "3.11" if 3.12 is problematic on Netlify.
8+ PYTHON_VERSION = " 3.12"
You can’t perform that action at this time.
0 commit comments