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
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.yml content by:
INHERIT: 'parent.yml'
theme: material
plugins:
- info
- Create
parent.yml file with the content:
mkdocs build
- Give a name and extract the result.
- The parent.yml file is missing.
Browser
No response
Before submitting
Context
No response
Bug description
When you create a report with the
infoplugin having aINHERITkey in your Mkdocs configuration, the generated ZIP does not includes inherited configurations.Related links
Reproduction
Create a minimal example, generate your report building and check that the inherited configuration file is not added.
Steps to reproduce
mkdocs new .mkdocs.ymlcontent by:parent.ymlfile with the content:mkdocs buildBrowser
No response
Before submitting