Project: show search settings in separate form#709
Merged
Conversation
09b17e8 to
35b7e96
Compare
agjohnson
approved these changes
Apr 8, 2026
| {% load crispy from crispy_forms_tags %} | ||
|
|
||
| {% block title %} | ||
| {% trans "Search settings" %} |
Contributor
There was a problem hiding this comment.
The title/heading matches the menu item name on admin subpages
Suggested change
| {% trans "Search settings" %} | |
| {% trans "Search" %} |
| active | ||
| {% endblock project_search_active %} | ||
| {% block project_edit_content_header %} | ||
| {% trans "Search settings" %} |
Contributor
There was a problem hiding this comment.
Suggested change
| {% trans "Search settings" %} | |
| {% trans "Search" %} |
stsewd
added a commit
to readthedocs/readthedocs.org
that referenced
this pull request
Apr 13, 2026
I didn't include the option to disable search indexing here since its from a separate model and it's only shown when we have disabled search indexing, but isn't that complex to integrate if we wanted 11f16a1. Closes #11533 Requires readthedocs/ext-theme#709 --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: stsewd <4975310+stsewd@users.noreply.github.com> Co-authored-by: Anthony <aj@ohess.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref readthedocs/readthedocs.org#12843