Skip to content

sphinx-autobuild goes into infinite loop #319

@rgaiacs

Description

@rgaiacs

Like in jupyterhub/team-compass#825, sphinx-autobuild would go into infinite loop because

run(shlex.split(f"python _data/scripts/load_pages_from_r2d.py"))
# Generate snippets for federation/support
run(shlex.split(f"python _data/scripts/gen_federation_md.py"))
run(shlex.split(f"python _data/scripts/gen_support_md.py"))

The solution is to replace the Python script with Sphinx extension, see jupyterhub/team-compass#826.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions