Skip to content
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

Render PDEPs using myst-parser and the sphinx doc theme #51467

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
force light theme + remove breadcrumbs
  • Loading branch information
jorisvandenbossche committed May 20, 2024
commit 25e97ec4d932a04a6727d73310cddb5408d35d1e
10 changes: 10 additions & 0 deletions web/pandas/pdeps/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
#
html_theme = "pydata_sphinx_theme"

html_context = {
# always force light theme
"default_mode": "light"
}

html_theme_options = {
# remove the breadcrumbs
"article_header_start": [],
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
Loading