-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Use sphinx_rtd_theme directly instead of vendoring it #1501
Comments
ha, read my mind :) |
I have a refactor that i'd like in v0.1.9 of the theme which will allow us to use it as a bower dependency |
@agjohnson Whats the planned ETA for this? Why not integrating as a python dependency? |
Our two options here:
I still lean towards the latter, as it's more consistent with how we treat the rest of our javascript dependencies. It's one less spurious script include as well, as it would be bundled in, if that's important. I think the only argument for the python package method is that we're already installing the theme on RTD. This should change though, as I can't think of any reason why the theme should exist outside version virtualenvs. I'm going to try for this week, it's at the top of my list. I had to bump it from my list last week as my focus wasn't on rtd.org. |
PR for this is #1645 |
Are there any reasons why the sphinx rtd theme is copied into the RTD code base instead of referenced as dependency?
There were bugs like #1497 that would not have been raised if the theme would have been up to date.
The text was updated successfully, but these errors were encountered: