Pradyun Gedam
Pradyun Gedam
@jonschlinkert Could this get merged?
Can we add the information about what is the current version of Ruby being used to build Github pages to the README?
This is very much a drive-by comment: I wonder if there's Unicode characters that could be used for this.
FYI: this is a bug in python-livereload -- see https://github.com/GaretJax/sphinx-autobuild/issues/71#issuecomment-681854580 for context.
Ahoy! I got push access to python-livereload. PRs to fix lepture/python-livereload#174 are welcome. They can definitely be based on https://github.com/executablebooks/sphinx-autobuild/pull/91! :)
I'd like to try my hand at this. Would that be fine? If so, I'm not super familiar with the details here, so would this issue be a good place...
We could probably include rich information about the errors/failures in the report. Could you file an issue for this, over at pip's issue tracker?
See https://github.com/octobox/octobox/pull/1940
If something doesn't work with installer, holler at me -- file an issue over there or just @-mention me on GitHub or Twitter -- I'll take a look. :)
Alrighty. I looked into this and the relevant bit of `toc` generation code in Sphinx is here: https://github.com/sphinx-doc/sphinx/blob/58847682ccd91762608f3a5a023b244675e8470b/sphinx/environment/collectors/toctree.py#L79-L130 For implementing this, I can see two options: - Inject the relevant...