Skip to content

Commit 7b39ea8

Browse files
comments clean up
1 parent 61ec396 commit 7b39ea8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

generate_graph_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import sys
66

7-
import networkx as nx # Keep for type hinting if G is passed around
7+
import networkx as nx
88

99
# --- Configuration ---
1010
DOCS_DIR = "docs"

netlify.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
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"

0 commit comments

Comments
 (0)