Skip to main content

Adaptation of mkdocs-material theme for the Sphinx documentation system

Project description

MIT License PyPI Package CI status

This theme is an adaptation of the popular mkdocs-material theme for the Sphinx documentation tool.

This theme is regularly maintained to stay up to date with the upstream mkdocs-material repository. The HTML templates, JavaScript, and styles from the mkdocs-material theme are incoroprated directly with mostly minor modifications.

This theme is a fork of the sphinx-material theme, which proved the concept of a Sphinx theme based on an earlier version of the mkdocs-material theme, but has now significantly diverged from the upstream mkdocs-material repository.

See this theme’s own documentation for a demonstration.

WARNING: This theme is still in beta. While it is already very usable, breaking changes will still be made prior to the 1.0 release.

Installation

Install via pip:

$ pip install sphinx-immaterial

or if you have the code checked out locally:

$ pip install -e .

Configuration

In your conf.py add sphinx_immaterial as an extension:

extensions = [
    ...,
    "sphinx_immaterial"
]

and add the following:

html_theme = 'sphinx_immaterial'

to set the theme.

Customizing the layout

You can customize the theme by overriding Jinja template blocks. For example, ‘layout.html’ contains several blocks that can be overridden or extended.

Place a ‘layout.html’ file in your project’s ‘/_templates’ directory.

mkdir source/_templates
touch source/_templates/layout.html

Then, configure your ‘conf.py’:

templates_path = ['_templates']

Finally, edit your override file ‘source/_templates/layout.html’:

{# Import the theme's layout. #}
{% extends '!layout.html' %}

{%- block extrahead %}
{# Add custom things to the head HTML tag #}
{# Call the parent block #}
{{ super() }}
{%- endblock %}

Differences from mkdocs-material

This theme closely follows the upstream mkdocs-material repository, but there are a few differences, primarily due to differences between Sphinx and MkDocs:

  • This theme adds styles for Sphinx object descriptions, commonly used for API documentation (e.g. class and function documentation). This is a core element of Sphinx for which there is no corresponding feature in MkDocs.

  • mkdocs-material uses lunr.js for searching, and has custom UI components for displaying search results in a drop-down menu as you type the search query. This theme uses a separate search implementation based on the custom index format used by Sphinx, which fully integrates with the search UI provided by mkdocs-material.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_immaterial-0.11.13.tar.gz (8.3 MB view details)

Uploaded Source

Built Distribution

sphinx_immaterial-0.11.13-py3-none-any.whl (10.9 MB view details)

Uploaded Python 3

File details

Details for the file sphinx_immaterial-0.11.13.tar.gz.

File metadata

  • Download URL: sphinx_immaterial-0.11.13.tar.gz
  • Upload date:
  • Size: 8.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for sphinx_immaterial-0.11.13.tar.gz
Algorithm Hash digest
SHA256 c91598d09aedb6e16b49a47a8cce36359e728dc72943d23ed7cd897d12b5ae67
MD5 772bfa531ebd2421e757cbf18598a7a6
BLAKE2b-256 0c3ea9f7713cab384867bd255d09d79a9b7bff8a2ee40b8c341ce04d7b48103a

See more details on using hashes here.

Provenance

File details

Details for the file sphinx_immaterial-0.11.13-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_immaterial-0.11.13-py3-none-any.whl
Algorithm Hash digest
SHA256 2feb80dbec584094787d00b3fc22c21f75a6e1fe489a7b06c3ff04228f946e13
MD5 0c2b91baaa93c8efa45ed2f1a672ad2b
BLAKE2b-256 210783d1cdda840821167e92dd564f78aa6640c17926994bcb83c19c61372f37

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page