Skip to content

Commit

Permalink
fix more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Oct 7, 2024
1 parent e6d36b0 commit cf6c922
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ def find_version(*file_paths) -> str:
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_context = {
"extra_css_files": [
# override wide tables in RTD theme
"_static/theme_overrides.css"
]
}
# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
html_css_files = [
"theme_overrides.css",
]

# Output file base name for HTML help builder.
htmlhelp_basename = "PyJWTdoc"
Expand Down

0 comments on commit cf6c922

Please sign in to comment.