-
-
Notifications
You must be signed in to change notification settings - Fork 11
Don't parse notebook file #21
Copy link
Copy link
Closed as not planned
Description
I am using the latest version.
I use the mkdocs-jupyter plugin so I have some ipynb files in my nav:
nav:
- Examples:
- dsdasda: examples/xxx.ipynb
- dsdsd: examples/xxx.ipynb
- dasdasd: examples/xxx.ipynbIt looks like mkdostrings try to parse those files because I have plenty of the following warnings:
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[O]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[readonly]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[readonly]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[readonly]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[O]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[=C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[=C]'
WARNING - mkdocstrings.plugin: examples/dsdsdsd.ipynb: Could not find cross-reference target '[=C]' Would that be possible to add an option to ignore those files? (it also slows down the doc building process because usually, those notebook files are quite large (JSON based).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels