We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db9632 commit 2bd98c1Copy full SHA for 2bd98c1
setup.py
@@ -54,6 +54,13 @@
54
'advanced_usage_examples.html#faceted-search'
55
'>`_'.format(version)
56
),
57
+ (
58
+ ':doc:`Highlight backend <advanced_usage_examples>`',
59
+ '`Highlight backend <'
60
+ 'http://django-elasticsearch-dsl-drf.readthedocs.io/en/{}/'
61
+ 'advanced_usage_examples.html#highlighting'
62
+ '>`_'.format(version)
63
+ ),
64
(
65
':doc:`Pagination (Page number and limit/offset pagination) '
66
'<advanced_usage_examples>`',
0 commit comments