Skip to content

Conversation

@agjohnson
Copy link
Contributor

@agjohnson agjohnson commented Dec 16, 2025

Some changes to the basic settings page to support a combination repository field for the repo URL and remote repository relationship. Most of the UI functionality is added in the front end, this:

  • Converts the field to use RichSelect, so we can show a lot more content in the dropdown
  • Adds Crispy form helper to manage field ordering and custom field templates

…o field

This is meant to clear up some of the UX issues between the repo and
remote_repository fields. It also improves the diplay UX using a rich
select field for the repository list now.

This depends on a number of changes to the form in our templates.
@read-the-docs-community
Copy link

read-the-docs-community bot commented Dec 16, 2025

Documentation build overview

📚 dev | 🛠️ Build #31026832 | 📁 Comparing 5c34bf3 against latest (83c2a4d)


🔍 Preview build

Show files changed (26 files in total): 📝 2 modified | ➕ 24 added | ➖ 0 deleted
File Status
http-routingtable.html ➕ added
index.html 📝 modified
install.html 📝 modified
design/apiv3.html ➕ added
design/better-doc-urls-handling.html ➕ added
design/build-images.html ➕ added
design/embed-api.html ➕ added
design/file-tree-diff.html ➕ added
design/flyout-redesign.html ➕ added
design/future-builder.html ➕ added
design/in-doc-search-ui.html ➕ added
design/index.html ➕ added
design/new-notifications-system.html ➕ added
design/new-search-api.html ➕ added
design/new-sphinx-guides.html ➕ added
design/organizations.html ➕ added
design/pr-builder.html ➕ added
design/privacy-levels.html ➕ added
design/redirects.html ➕ added
design/refactor-remote-repository.html ➕ added
design/secure-api-access-from-builders.html ➕ added
design/sphinx-jquery.html ➕ added
design/system-packages.html ➕ added
design/telemetry.html ➕ added
design/theme-context.html ➕ added
design/yaml-file.html ➕ added

@read-the-docs-community
Copy link

read-the-docs-community bot commented Dec 16, 2025

Documentation build overview

📚 docs | 🛠️ Build #31026833 | 📁 Comparing 5c34bf3 against latest (83c2a4d)


🔍 Preview build

Show files changed (12 files in total): 📝 10 modified | ➕ 0 added | ➖ 2 deleted
File Status
addons.html 📝 modified
build-customization.html 📝 modified
builds.html 📝 modified
custom-script.html ➖ deleted
api/v3.html 📝 modified
config-file/v2.html 📝 modified
intro/mystmd.html 📝 modified
reference/git-integration.html 📝 modified
tutorial/index.html 📝 modified
guides/build/index.html 📝 modified
guides/build/skip-build.html ➖ deleted
guides/setup/monorepo.html 📝 modified

@agjohnson agjohnson marked this pull request as ready for review January 16, 2026 03:55
@agjohnson agjohnson requested a review from a team as a code owner January 16, 2026 03:55
@agjohnson agjohnson requested a review from stsewd January 16, 2026 03:55
choice = RichChoice(
text=current_remote_repo.full_name,
description=current_remote_repo.clone_url,
extra=_("This repository is connected through another user's account"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this something users need to know. Like they may feel like there is something they need to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants