We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra_css
if the extra_css property is defined in mkdocs.yml, the files are automatically included in the docs, but this plugin treats them as unused:
mkdocs.yml
# mkdocs.yml extra_css: - stylesheets/extra.css
WARNING - The following files exist in the docs directory, but may be unused: - stylesheets/extra.css Aborted with 1 warnings in strict mode!
i can just add it to excluded_files but i think it should be able to handle this automatically
excluded_files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if the
extra_css
property is defined inmkdocs.yml
, the files are automatically included in the docs, but this plugin treats them as unused:i can just add it to
excluded_files
but i think it should be able to handle this automaticallyThe text was updated successfully, but these errors were encountered: