Skip to content

mispecifying _build directory causes jupyter_execute recursion #129

@phaustin

Description

@phaustin

If a user tries to render an ipynb file to html with this sphinx command:

sphinx-build -N -v -b html . _build

the jupyter_execute folder is created in _build's parent folder, and subsequent builds produce recursive copies of the contents.

Fix(?) -- error out and tell user to do

sphinx-build -N -v -b html . _build/html

or create the html directory and an information message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions