Closed enryH closed 8 months ago
@enryH Thank you very much for your comment and detailed error report.
Do you have an idea where this error might come from?
I think I implemented infinite recursion bug at v0.2.2 https://github.com/ftnext/sphinx-new-tab-link/commit/68531d4e966c1f14cbc3631c549fc605f4dfd4e1. Sorry for inconvenience. I think v0.2.1 will work, so please try.
@enryH I've fixed this bug and released v0.2.3.
This bug caused by a combination of pydata-sphinx-theme and sphinx-new-tab-link (0.2.2). (sphinx-book-theme depends on pydata-sphinx-theme) pydata-sphinx-theme is implemented to inherit Translator dynamically, and I didn't expect that sphinx-new-tab-link (0.2.2) is used with dynamically inherited Translator so infinite recursion happened.
Thank you very much for your detailed bug report. It helped me to fix it.
Thanks for attending the issue:)
Thanks for the extension! The possibility to change the default how links are opened is really nice.
Lately I noticed my builds failing with the latest sphinx version. Removing the extension, results in a successful build. Build error log from READTHEDOCS: link
The build process goes into a infinite recursion and fails:
Do you have an idea where this error might come from?