Skip to content

Commit 31ee998

Browse files
committed
ffix req
1 parent 0713b98 commit 31ee998

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.12'
2525

2626
- uses: tlylt/install-graphviz@v1
2727

CHANGELOGS.rst

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.3.1
55
+++++
66

7+
* :pr:`100`: updates requirements, add 3.12
78
* :pr:`96`: supports local functions in translator
89
* :pr:`95`: improves translation to GraphBuilder
910

_doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"inner API": "https://onnx.ai/onnx/intro/python.html",
122122
"JIT": "https://en.wikipedia.org/wiki/Just-in-time_compilation",
123123
"onnx": "https://onnx.ai/onnx/",
124-
"onnx-graphsurgeon": "https://docs.nvidia.com/deeplearning/tensorrt/onnx-graphsurgeon/docs/index.html",
124+
"onnx-graphsurgeon": "https://github.com/NVIDIA/TensorRT/tree/main/tools/onnx-graphsurgeon",
125125
"onnx.helper": "https://onnx.ai/onnx/api/helper.html",
126126
"ONNX": "https://onnx.ai/",
127127
"ONNX Operators": "https://onnx.ai/onnx/operators/",

0 commit comments

Comments
 (0)