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 4eb6e31 commit 9bb57a0Copy full SHA for 9bb57a0
doc/conf.py
@@ -2,6 +2,7 @@
2
#
3
# For the full list of built-in configuration values, see the documentation:
4
# https://www.sphinx-doc.org/en/master/usage/configuration.html
5
+import os.path
6
7
# -- Project information -----------------------------------------------------
8
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
@@ -78,6 +79,8 @@
78
79
html_last_updated_fmt = ""
80
html_show_copyright = False
81
82
+html_search_scorer = os.path.join(os.path.dirname(__file__), "searchscorer.js")
83
+
84
spelling_lang = "en_GB"
85
spelling_filters = ["enchant.tokenize.MentionFilter"]
86
spelling_warning = True
0 commit comments