feat: Add extract_on_copy
option
#18
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "copy_first"
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?
Previously, mkdocs_semiliterate would always attempt to extract documentation
from a file, even if it matched the
include_extensions
pattern for files tobe copied to the documentation site verbatim.
Now, by default, such files are not considered candidates for extraction,
even if they match a semiliterate pattern.
Adds a configuration option
extract_on_copy
which can be set totrue
torestore the prior behavior. Also adds tests for the behavior with and without
extract_on_copy
and makes allmkdocs build
commands in the tests strict,which they always should have been.
Bumps the version to 0.4.0.
Resolves #17.
extract_on_copy
option