Skip to content

docs(framework): Separate shared doc config into conf_base.py#6564

Merged
danieljanes merged 7 commits intomainfrom
sep-conf-base
Feb 13, 2026
Merged

docs(framework): Separate shared doc config into conf_base.py#6564
danieljanes merged 7 commits intomainfrom
sep-conf-base

Conversation

@panh99
Copy link
Copy Markdown
Member

@panh99 panh99 commented Feb 12, 2026

Code moved from conf.py to the new conf_base.py without changes.

Copilot AI review requested due to automatic review settings February 12, 2026 14:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR factors shared Sphinx documentation configuration out of conf.py into a new conf_base.py to centralize common settings and keep the per-site config minimal.

Changes:

  • Added framework/docs/source/conf_base.py containing the shared Sphinx configuration (extensions, HTML theme options, redirects, version/language context).
  • Simplified framework/docs/source/conf.py to import shared config from conf_base.py and keep only framework-specific overrides (e.g., release, substitutions).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
framework/docs/source/conf_base.py Introduces the shared Sphinx configuration previously embedded in conf.py.
framework/docs/source/conf.py Replaces inlined shared Sphinx config with an import from conf_base.py.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread framework/docs/source/conf_base.py Outdated
Comment thread framework/docs/source/conf.py
@github-actions github-actions Bot added the Maintainer Used to determine what PRs (mainly) come from Flower maintainers. label Feb 12, 2026
@danieljanes danieljanes enabled auto-merge (squash) February 13, 2026 13:47
@danieljanes danieljanes merged commit 3c31517 into main Feb 13, 2026
70 checks passed
@danieljanes danieljanes deleted the sep-conf-base branch February 13, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintainer Used to determine what PRs (mainly) come from Flower maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants