Skip to content

Conversation

@Subham-KRLX
Copy link
Contributor

Fixes all Sphinx documentation build warnings by correcting RST formatting issues: title underlines, code block directives, undefined role reference, and duplicate object descriptions.

Fixes#1484

This commit addresses all the warnings reported when running `tox -e docs`: 1. Fixed title underlines in settings.rst that were too short: - OIDC_RP_INITIATED_LOGOUT_ENABLED - OIDC_RP_INITIATED_LOGOUT_STRICT_REDIRECT_URIS - OIDC_RP_INITIATED_LOGOUT_ACCEPT_EXPIRED_TOKENS 2. Fixed unexpected indentation in contributing.rst by adding a colon before the code block 3. Fixed unexpected indentation in oidc.rst by converting inline code blocks (::) to proper code-block directives at lines 292 and 336 4. Fixed unknown interpreted text role ':openid:' in AbstractIDToken docstring by replacing it with plain text reference to OpenID Connect specification 5. Fixed duplicate object descriptions between views/details.rst and views/mixins.rst by adding :noindex: directive to details.rst 6. Fixed code block lexer warning in management_commands.rst by changing the language from 'sh' to 'text' for the usage output
@codecov
Copy link

codecovbot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for freeto 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.

tox -e docs warnings need to be cleaned up

1 participant

@Subham-KRLX