-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
No response
Bug description
When you create a report with the info plugin having a INHERIT key in your Mkdocs configuration, the generated ZIP does not includes inherited configurations.
Related links
- https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance
- https://squidfunk.github.io/mkdocs-material/plugins/info/
Reproduction
Create a minimal example, generate your report building and check that the inherited configuration file is not added.
Steps to reproduce
mkdocs new .- Change
mkdocs.ymlcontent by:
INHERIT: 'parent.yml'
theme: material
plugins:
- info- Create
parent.ymlfile with the content:
site_name: Foomkdocs build- Give a name and extract the result.
- The parent.yml file is missing.
Browser
No response
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues and discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open