You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [BUG] Fix clear_doc for redirect-from domain
* [BUG] Implement merge_domaindata
Update merge_domaindata to match Sphinx example implementation
https://github.com/sphinx-doc/sphinx/blob/5523c9bbe4d1415777669330411d4f00ad802f18/sphinx/ext/todo.py#L90-L92
* [BUG] Remove check for redirects that already exist
Check causes build to fail when Sphinx uses a cached build environment. We can just rewrite the cached redirect.
* [LINT] Fix linting issue
* [ENH] Switch Directive to SphinxDirective, which has self.env
* [BUG] Re-introduce sanity check
* Added domain.redirects sanity check back in
* Clear cached redirects from the domain
* [BUG] Reintroduce merge_domaindata sanity check
* Refactor
* Revert changes to merge_domaindata
* Cleanup code
Implement suggested changes
Co-authored-by: Elliott Sales de Andrade <[email protected]>
---------
Co-authored-by: Elliott Sales de Andrade <[email protected]>
0 commit comments