sphinx-autobuild Infinite Loop - any Solution? #12381
michaelweinold
started this conversation in
General
Replies: 1 comment
-
@michaelweinold , on eof the 2 PRs you mentionned has been superseeded by another one: 123 got supersseded by: sphinx-doc/sphinx-autobuild#171 (not merged yet tho :( ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using
sphinx-autobuild
with all our documentation projects. Unfortunately, I can not figure out how to avoid the infinite build loops, which seem to be affecting most users:Related issues currently:
autosummary
generated files to detect changes sphinx-autobuild#154exclude_patterns
for ignore pattern sphinx-autobuild#131--ignore
withdoc/_build/jupyter_execute/*.ipynb
to prevent infinite loop sphinx-autobuild#117In our documentation, I am using
sphinx-autoapi
. The package creates anapi
folder in our directory structure:But commands like
sphinx-autobuild --ignore=source/content/api source _build/html -j auto --open-browser
don't work. The
sphinx-autobuild
package just keeps on building the documentation in an infinite loop.There are two PRs currently open, which might solve all these issues:
exclude_patterns
as ignore patterns sphinx-autobuild#135Related issues:
.gitignore
sphinx-autobuild#140Could a package maintainer take a look? Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions