Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save barseghyanartur/9db6c291cbe3c5980bdc5afcbae218a4 to your computer and use it in GitHub Desktop.

Select an option

Save barseghyanartur/9db6c291cbe3c5980bdc5afcbae218a4 to your computer and use it in GitHub Desktop.
blog: Maintained alternatives of MkDocs

Maintained alternatives of MkDocs: ProperDocs and Zensical

Date: 2026-06-02 00:33
category:Tech
tags:python, documentation, mkdocs, static-site-generator
summary:MkDocs is no longer actively maintained. ProperDocs is the drop-in replacement community fork. Zensical is a new project with the same goal.

MkDocs is no longer actively maintained. Two successors have emerged from the community: Zensical, a full rewrite with its own architecture and philosophy, and ProperDocs, a conservative fork that picks up exactly where MkDocs left off.

If Zensical's migration cost isn't worth it yet, ProperDocs is the answer. Your mkdocs.yml, plugins, and themes all work without modification. Switching is a two-step drop-in:

pip uninstall mkdocs
pip install properdocs

Then replace mkdocs build / mkdocs serve with properdocs build / properdocs serve. Done.

ProperDocs stays focused on bug fixes, dependency maintenance, and backward compatibility — no surprises, no breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment