-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support for Sphinx 2.0 #34
Conversation
Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #33
The tests are failing without this changes. Any ideas, @kallimachos ? |
Thanks for the PR @stephenfin. I'll dig into the logs tomorrow and see if I can figure out why the tests are failing. |
Thanks. Let me know if there's anything I can do to help. On a side note, I don't know if you've any interest in moving this to the @sphinx-contrib organization. Could help with the maintenance burden. Let me know (here or via email) if you do |
Hi @stephenfin. I'm still working on this. A couple of things to start though:
|
Python 3-only is good as is moving the extension once all this is resolved |
- use add_css_file() in place of deprecated add_stylesheet() - test against Python 3.7 - update tests
@stephenfin I think that's got it. If it looks good to you, I'll go ahead and merge. |
Looks good to me, yup |
No description provided.