Skip to content

Commit

Permalink
fix(docs): ignore FutureWarnings in sphinx gallery examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDelatte committed Jan 22, 2024
1 parent 35f87b0 commit 46db794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
),
)
warnings.filterwarnings("ignore", category=UserWarning)
warnings.filterwarnings("ignore", category=FutureWarning)

# -- Project information -----------------------------------------------------

project = "skfolio"
Expand Down

0 comments on commit 46db794

Please sign in to comment.