Doc build crashes
See original GitHub issue🐛 Bug
Doc build dies. Habitat-sim docs have already been built, m.css is present and accessible in that folder.
Command
(habitat-conda)
dbatra at dbatra-mbp in ~/projects/habitat-api/docs on master
$ ./build-public.sh
Warning: libgs not found
Traceback (most recent call last):
File "../../habitat-sim/docs/m.css/documentation/python.py", line 2645, in <module>
run(os.path.dirname(os.path.abspath(args.conf)), config, templates=os.path.abspath(args.templates))
File "../../habitat-sim/docs/m.css/documentation/python.py", line 2445, in run
modules_to_crawl += crawl_module(state, path, object)
File "../../habitat-sim/docs/m.css/documentation/python.py", line 670, in crawl_module
crawl_class(state, subpath, object)
File "../../habitat-sim/docs/m.css/documentation/python.py", line 408, in crawl_class
crawl_class(state, subpath, object)
File "../../habitat-sim/docs/m.css/documentation/python.py", line 383, in crawl_class
assert id(class_) not in state.crawled
AssertionError
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Sphinx build crashes intermittently when building C docs #8388
Describe the bug Sphinx builds fail at most intermittently when building documentation (ok, fail, ok, fail, ...), sometimes less often.
Read more >Converted document crashes Word 365 Insider build
1. Boot Word · 2. Run your scenario to get Word to hang · 3. Go to the Task Manager (Ctrl-Shift-Esc) · 4....
Read more >Troubleshooting build errors and crashes - Expo Documentation
Go to your build details page (find it on the build dashboard if you don't have it open already) and expand any failed...
Read more >Want to Crash Google Docs? Type This Word 5 Times | PCMag
Google is dealing with a rather embarrassing bug in Google Docs today, which sees the app crash if a user types "And. And....
Read more >Find Build UUIDs for unsymbolicated crashes
Look for the Build UUID in the Binary images section of the exported crash report. Use the Build UUID extracted from the crash...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, this helped very much, was able to localize and fix the assertion. Opened (and immediately merged) https://github.com/facebookresearch/habitat-sim/pull/627, now the docs should build on 3.6 again.
[Making my way through the various PRs/issues on this]
Yes, docs for h-api (master) with h-sim (master) now build. There’s still an error in there, but it appears unrelated, so I’ll close this issue and move onto others. Thanks @mosra.