Skip to content

update mkdocs to work with python > 3.13, fix dark mode colors #459

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mattl
Copy link

@mattl mattl commented May 18, 2025

Trying these examples currently causes the build to fail with "ModuleNotFoundError: No module named 'cgi'"

cgi was removed from Python's base library after 3.13 and mkdocs was updated accordingly.

This also fixes the unreadable colors in dark mode. Replacement colors chosen by me looking at the list of built in colors and picking something vaguely similar.

Before:

Screenshot 2025-05-18 at 17 44 18

After:

Screenshot 2025-05-18 at 17 44 25

Before:

Screenshot 2025-05-18 at 17 43 57

After:

Screenshot 2025-05-18 at 17 44 08

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.

1 participant