Skip to content

The info plugin does not includes inherited configurations #6750

@mondeja

Description

@mondeja

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

  1. mkdocs new .
  2. Change mkdocs.yml content by:
INHERIT: 'parent.yml'
theme: material
plugins:
    - info
  1. Create parent.yml file with the content:
site_name: Foo
  1. mkdocs build
  2. Give a name and extract the result.
  3. The parent.yml file is missing.

Browser

No response

Before submitting

Metadata

Metadata

Assignees

Labels

bugIssue reports a bugresolvedIssue is resolved, yet unreleased if open

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions