jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
186 stars 65 forks source link

No directive entry for "jupyter-execute" in module "docutils.parsers.rst.languages.en". #172

Open niketagrawal opened 3 years ago

niketagrawal commented 3 years ago

Description

The below warning is highlighted by the linter when jupyter-sphinx extension is used to embed python code in the documentation generated using sphinx on a Windows 10 PC.

(INFO/1) No directive entry for "jupyter-execute" in module "docutils.parsers.rst.languages.en".

What does this imply in the context of using the jupyter-sphinx extension on Windows? Is there anything that needs to be configured to ensure the extension can be used successfully?

Setup:

Windows 10 conda 4.8.3 Python 3.8.6 sphinx 3.3.1 jupyter-sphinx 0.3.2

Steps to reproduce

12rambau commented 8 months ago

I don't have a windows machine myself and it seems everything is running fine in our test suit. Are you still experimenting this bug from your side ?