Skip to content

Commit 2d074a4

Browse files
committed
fix warnings in doc build
1 parent b3a73a6 commit 2d074a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tools/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
# The suffix(es) of source filenames.
9898
# You can specify multiple suffix as a list of string:
99-
source_suffix = [".rst", ".md"]
99+
source_suffix = {'.rst': 'restructuredtext', '.md': 'restructuredtext'}
100100

101101
# sphinxcontrib-bibtex
102102
bibtex_bibfiles = ["../tools/references.bib"]

src/hidimstat/distilled_conditional_randomization_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def fit_importance(self, X, y, cv=None):
403403
404404
Notes
405405
-----
406-
Also sets the importances\_ and pvalues\_ attributes on the instance.
406+
Also sets the ``importances_`` and ``pvalues_`` attributes on the instance.
407407
See fit() and importance() for details on the underlying computations.
408408
"""
409409
if cv is not None:

0 commit comments

Comments
 (0)