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 7000073 commit 5578892Copy full SHA for 5578892
doc/sources/conf.py
@@ -129,6 +129,11 @@
129
.. |onedal| replace:: oneAPI Data Analytics Library
130
"""
131
132
+# Note: sklearn oftentimes uses single backticks to render code.
133
+# Some docstrings here are inherited from theirs, so this setting
134
+# is needed to render them the same way they do.
135
+default_role = "literal"
136
+
137
# -- Options for HTML output -------------------------------------------------
138
139
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments