-
Notifications
You must be signed in to change notification settings - Fork 325
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
v0.13.2 is incompatible with sphinx-book-theme #1274
Comments
yep it's ready to merge anytime and if you feel it's relevant, we can make a patch release so that you can link back to a stable version |
Awesome, glad a more permanent fix is in the works! |
* don't warn on fallback if no highlight theme requested * fix it for good * move event back to build-finished * better name, better doc * cleanup * simplify/safer
0.13.3 have been released and the method |
This ensures use of a version that has fix for pydata/pydata-sphinx-theme#1274
I'll leave it pinned on the issue dashboard but I'll close the issues as it seems to solve the problem. feel free to reopen if it's not the case. |
Thanks! To summarize the resolution for future users hitting this error, at the moment the following is true:
The best fix if you hit this bug would be to make sure both packages are updated to their most recent versions. |
Reported in executablebooks/sphinx-book-theme#711
sphinx-book-theme
importspydata_sphinx_theme._get_theme_options
, which was changed to_get_theme_options_dict
in fc975d0I think the fault here probably lies with
sphinx-book-theme
for importing what is presumably intended as a private API. What would be the suggested way forward? Would it be possible forget_theme_options_dict
(or something equivalent) to be exposed as a stable/public API going forward?The text was updated successfully, but these errors were encountered: