-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to Sphinx 7.2.x #28
base: master
Are you sure you want to change the base?
Conversation
@scauligi @Kodiologist Can you please give it a try? I believe this is ready. Unfortunately, this does not solve #24. |
I still don't have the bandwidth to maintain this repository, sorry. |
@wrobell Do you intend to merge this soon? I may be doing some beautification of the Hy manual soon, but I'd probably hold off if you're about to change the expected major Sphinx version, so as not to chase a moving target. |
I can merge but I am not 100% convinced I am not breaking anything. Any chance 2nd pair of eyes could take a look at documentation output generated by this brach? |
I could look at what Hy's manual looks like with this, if you think that'll help, but there's already a bunch of stuff that's broken with |
@Kodiologist I have just fixed this pull request merge conflict due to some changes in master. Please take a cursory look at the documentation output, and then I will merge. |
I built Hy |
It seems directive like |
@Kodiologist I hope to look at it this weekend. |
I am on the verge of giving up here. Too much copy&paste of not well structured code. I will give it a shot tomorrow again though. |
I'm sorry, yeah. It's a mess. You might have an easier time starting from scratch. |
@Kodiologist Unfortunately, I am stuck, and I do not have enough energy to dig into this more. If anyone sees a fix here, please shout. |
That's okay. Maybe someone else will pick up maintenance of this project in the future. |
The only remaining issues are warning related to parsing of literal blocks, i.e.
We use Clojure highlighting for code blocks. I believe we need a new lexer for `clojure-console' (i.e. there is one for Python and Python console). This is out of scope for this pull request, IMHO.