{"library":"mkdocs-material","title":"Material for MkDocs","description":"Material for MkDocs is a highly customizable and responsive theme for MkDocs, a static site generator for project documentation. It transforms plain Markdown files into a professional-looking website with features like search, navigation, and extensive customization options. As of November 2025, the project is in maintenance mode (version 9.7.0 being the last feature release), with critical bug fixes and security updates guaranteed until at least November 2026, as the development team shifts focus to a new project called Zensical.","language":"python","status":"maintenance","last_verified":"Sat Apr 11","install":{"commands":["pip install mkdocs-material"],"cli":{"name":"mkdocs","version":"mkdocs, version 1.6.1 from /usr/local/lib/python3.11/site-packages/mkdocs (Python 3.11)"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"mkdocs new my-project\ncd my-project\n# Edit mkdocs.yml to apply the theme\nwith open('mkdocs.yml', 'w') as f:\n    f.write('site_name: My Documentation\\n')\n    f.write('theme:\\n')\n    f.write('  name: material\\n')\nmkdocs serve","lang":"bash","description":"Create a new MkDocs project, navigate into it, configure `mkdocs.yml` to use the Material theme, and then serve the documentation locally.","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":1},{"runtime":"python:3.10-slim","exit_code":1},{"runtime":"python:3.11-alpine","exit_code":1},{"runtime":"python:3.11-slim","exit_code":1},{"runtime":"python:3.12-alpine","exit_code":1},{"runtime":"python:3.12-slim","exit_code":1},{"runtime":"python:3.13-alpine","exit_code":1},{"runtime":"python:3.13-slim","exit_code":1},{"runtime":"python:3.9-alpine","exit_code":1},{"runtime":"python:3.9-slim","exit_code":1}]},"compatibility":null}