Skip to content

Commit 28cf0a6

Browse files
committed
DOC: Enable pdoc3 search on API docs
1 parent 206ed7c commit 28cf0a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/pdoc_template/config.mako

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
sort_identifiers = True
77
show_type_annotations = False
88
show_source_code = False
9+
search_query = '''
10+
inurl:kernc.github.io/backtesting.py
11+
inurl:github.com/kernc/backtesting.py
12+
'''
913
1014
1115
from pdoc.html_helpers import glimpse as _glimpse

0 commit comments

Comments
 (0)