-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't reference pages in subdirectories #20
Comments
It looks like this is due to sphinx running in multiprocessor mode. When I remove I think the fix is to figure out how to move the Once that is working, the following can be added to
|
Tried that locally (removing -j ) and it does seem to have all the entries in there now. |
Great. It looks like it should be switching to a serial read, because it throws these warnings in the beginning:
But maybe it isn't switching properly and there is a bug somewhere preventing that. I'll keep looking, but it's not looking like a small change. |
no worries. Thanks for digging into this. I at least have a way to create it when I need to. |
I was also stuck in this problem, when I developed my own OSS. Also, I could not figure out the above discussion. How to remove Details |
I tried running this against the Ansible documentation, which includes multiple subdirectories, and I only get results from the parent directory.
Generated sitemap
https://docs.ansible.com/latest/404.html
https://docs.ansible.com/latest/genindex.html
https://docs.ansible.com/latest/py-modindex.html
https://docs.ansible.com/latest/search.html
https://docs.ansible.com/latest/opensearch.html
Details
The text was updated successfully, but these errors were encountered: