Error while trying to build documentation locally
See original GitHub issueI am on macOS Catlina 10.15.5
While I try to build the documentation locally (make html
)
I am getting an error:
running /Users/daniel/Downloads/seaborn-master/examples/logistic_regression.py
Extension error:
Handler <function main at 0x12c3efa60> for event 'builder-inited' threw an exception
make: *** [html] Error 2
Unfortunately, sphinx is rather cryptic what this is about.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
No matching distribution found for ray[tune]; extra == "docs ...
I'm trying to build the documentation locally as I'm a contributor to the Dash user contributed datasets. I'm developing on an Apple silicon...
Read more >Build failed: code error for my code in Readthedocs
I am trying to link my Sphinx documentation with Readthedocs. I can build the documentation locally in my computer but when I try...
Read more >Troubleshooting build errors | Cloud Build Documentation
This page provides troubleshooting strategies as well as solutions for some common error messages that you might see when running a build.
Read more >Troubleshooting build errors and crashes - Expo Documentation
Verify that your project builds and runs locally. If the logs weren't enough to immediately help you understand and fix the root cause,...
Read more >Building documentation for module - Julia Discourse
It'd help if you posted that error message. I think the error is unrelated to deployment, as when you build the docs locally,...
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
do you just need html files for that? you can get the files for the site here: https://github.com/seaborn/seaborn.github.io
I’m not sure, sorry. The doc builds are pinned on a specific version of sphinx. Aside from documenting my workflow for building the docs, I don’t have much insight into debugging sphinx issues.