Skip to content

Commit cf87fd4

Browse files
committed
DROP BEFORE MERGE: pin pytato@functions
1 parent 8398a12 commit cf87fd4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@
3838
# why this name is as global-sounding as it is.
3939
import sys
4040
sys._BUILDING_SPHINX_DOCS = True
41+
42+
nitpick_ignore_regex = [
43+
["py:func", "pytato.function.trace_call"],
44+
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ git+https://github.com/inducer/pyopencl.git#egg=pyopencl
66
git+https://github.com/inducer/islpy.git#egg=islpy
77

88
git+https://github.com/inducer/loopy.git#egg=loopy
9-
git+https://github.com/inducer/pytato.git#egg=pytato
9+
git+https://github.com/inducer/pytato.git@functions#egg=pytato

0 commit comments

Comments
 (0)