Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Support custom theme directory configuration
This fixes the mkdocs-material's `custom_dir` configuration, where theme `name` is set to null in mkdocs.yaml. Thereby, this fix adds support to automatically read `theme_name` from `dirs` attribute, if `name` attribute is None (null), otherwise default behaviour will occur. Fixes #120. PR #121.
- Loading branch information