Skip to content

text-transform: uppercase breaks some documentation. #233

Closed Answered by jdknight
cjw296 asked this question in Potential Issue
Discussion options

You must be logged in to vote

If there is a desire to override the styling chosen by this theme, a developer can override the header manipulation on these entries by injecting a custom style sheet in the project's conf.py:

def setup(app):
    app.add_css_file('theme_overrides.css')

And having _static/theme_overrides.css with the contents:

h4, h5, h6 {
    text-transform: unset !important;
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by pradyunsg
Comment options

You must be logged in to vote
1 reply
@pradyunsg
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants