Support for Jupyter-Book #826
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
lsp
Issues that relate to the language server
What would you like to see
I am using Jupyter-Book as a Sphinx wrapper. It would be awesome to see Esbonio support this format as well as native Sphinx.
When I open an RST-file in a Jupyter-Book project now, I get an error that it can not find the file
conf.py
.The differences between Sphinx and Jupyter-Book is minor:
conf.py
andindex.rst
for configuration, while Jupyter-Book uses_config.yml
and_toc.yml
.sphinx-build
andjupyter-book build
, but they support the same functionalityThe text was updated successfully, but these errors were encountered: