GitHub pages build errors
See original GitHub issueThe GitHub pages build of the docs in the gh-pages branch of this repository (served at http://geopandas.github.io/geopandas, which is the source for geopandas.org), has a couple errors in it.
- The version is incorrectly shown as “0.2-py3.5.egg”. That may be a sphinx issue in my environment, as the version shows up correctly when importing.
- At least two figures are missing due to PySAL import errors on this page: http://geopandas.org/aggregation_with_dissolve.html
We should rebuild and deploy the released docs.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
About Jekyll build errors for GitHub Pages sites
To find potential build errors, you can check the workflow run for your GitHub Pages site by reviewing your repository's workflow runs. For...
Read more >Github page build failure - Stack Overflow
By default in a github repository, the gh-pages branch is build with Jekyll. If you have underscored folders (eg: _myfolder) Jekyll tries to...
Read more >Page Build Errors on Jekyll?! - Solve them! - Webjeda
Page build error happens for a number of reasons. A missing HTML tag, missing CSS curly brackets, missing endfor or endif liquid syntax, ......
Read more >How to View Build Logs for GitHub Pages - DEV Community
If GitHub Pages failed to build a site, the reason wasn't always clear. Fortunately, GitHub recently enabled GitHub Pages builds with GitHub ...
Read more >Cannot Deploy Site Via GitHub - Help - Jekyll Talk
Jekyll does not appear to be installed in this repo, so if you just want the web page to run as a GitHub...
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 Free
Top 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

@jorisvandenbossche That simplified matters a bit. Thanks for the direction; before starting this exercise, I’d misunderstood the process by which the docs on geopandas.org were generated, so went down (in retrospect) a couple of not-very-productive paths. In any case, the docs are updated, and I think the aforementioned issues are now fixed.
@daidoji @kuanb
Looks good, thanks a lot!