Skip to content

Fix general index hierarchy styling on docs pages. - #2777

Open
anujharne wants to merge 2 commits into
django:mainfrom
anujharne:fix-genindex-hierarchy-css
Open

Fix general index hierarchy styling on docs pages.#2777
anujharne wants to merge 2 commits into
django:mainfrom
anujharne:fix-genindex-hierarchy-css

Conversation

@anujharne

Copy link
Copy Markdown
Contributor

Add dl.index to the definition list styles so sub-entries are indented and main entries are bold, matching other Sphinx doc lists.

Fixes #2769.

Add dl.index to the definition list styles so sub-entries are indented and main entries are bold, matching other Sphinx doc lists.

Fixes django#2769.

Co-authored-by: Cursor <cursoragent@cursor.com>
@anujharne

Copy link
Copy Markdown
Contributor Author

Fix it succesfully

@codecov-commenter

codecov-commenter commented Aug 24, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@a0a95bc). Learn more about missing BASE report.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2777   +/-   ##
=======================================
  Coverage        ?   87.74%           
=======================================
  Files           ?      194           
  Lines           ?     7240           
  Branches        ?      395           
=======================================
  Hits            ?     6353           
  Misses          ?      802           
  Partials        ?       85           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

CSS for general index page flattens hierarchy

2 participants