Skip to content

DOC: simplify theme footer config (fixes #60647) #61702

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions doc/source/Contribution_plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CONTRIBUTION_PLAN

## 1. Project
- pandas (📘 documentation)

## 2. Issue
- #60647: “DOC: Simplify pandas theme footer”

## 3. Why
- Beginner-friendly, docs-only, no code.
- Helps modernize the docs and maintain consistency.

## 4. Steps
1. Fork & clone the repo.
2. Create branch `docs/simplify-footer`.
3. Edit `doc/source/conf.py`, simplify/remove custom footer.
4. Commit: `git commit -m "DOC: simplify theme footer (fix #60647)"`.
5. Push to branch, open PR.

## 5. PR Expectations
- Title: `DOC: simplify theme footer (closes #60647)`
- Body: Briefly explain change and reference issue.
- CI in pandas checks: doc build only, so no tests should fail.
- Respond to maintainers' feedback.