Skip to content

Commit

Permalink
edit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed May 2, 2024
1 parent 977edff commit 9353b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@

# -- Options for autodoc ----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#configuration

autodoc_mock_imports = ["typing", "fsspec.core", "fsspec.spec"]
# autodoc_mock_imports = []

# Automatically extract typehints when specified and place them in
# descriptions of the relevant function/method.
Expand Down
2 changes: 1 addition & 1 deletion src/yaml_include/constructor.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def load(self, loader_type: Type[Union[_Loader, _CLoader]], data: Data) -> Any:
yaml.load(f, Loader)
* If there is a protocol/scheme, and also wildcard defined in YAML including,
:attr:`.Data.sequence_params` and :attr:`.Data.mapping_params` of ``data`` will be passed to :func:`fsspec.open_files` as ``*args`` and ``**kwargs``
:attr:`.Data.sequence_params` and :attr:`.Data.mapping_params` of ``data`` will be passed to :func:`fsspec.open_files` as it's ``*args`` and ``**kwargs`` arguments.
Example:
The YAML
Expand Down

0 comments on commit 9353b75

Please sign in to comment.