fix: Interpret custom_dir relative to current directory, not config directory #29
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#29
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "theme_loc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The custom theme dir handling was not working in case the mkdocs config
file was not in the top-level directory. Since mkdocs itself seems only
to work in the top-level directory, this PR modifies mkdocs_semiliterate
to interpret custom theme dirs relative to the current directory.
Also, improves the harmonization between current mkdocs_simple_plugin
code and this code.
Resolves #28.