Skip to content

Commit

Permalink
Mock fsspec for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Apr 26, 2024
1 parent 6aca348 commit c918638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = ["sphinx.ext.napoleon", "sphinx.ext.autodoc", "sphinx.ext.intersphinx"]
autodoc_mock_imports = ["fsspec"]

templates_path = ['_templates']
exclude_patterns = []
Expand Down

0 comments on commit c918638

Please sign in to comment.