-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Tests: run tests with the ext-theme #11383
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
Conversation
ce4a15a
to
01ef066
Compare
Back to draft, forgot to run proxito tests... |
Expect some potential issues with proxito, as the templates have not been used on that instance yet. |
# Patch URLs that call the `fast_404` view directly. | ||
for pattern in urlpatterns: | ||
if getattr(pattern, "name", None) == "docs_detail_directory_indexing": | ||
pattern.callback = handler404 | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a URL named docs_detail_directory_indexing
, so not sure what this was about.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a pretty minimal change 👍
readthedocsext
to check if that app was available, but since the new theme shares that same namespace, we need to check for something else more specific to our ext app.ref #11299