Skip to content
New issue

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

doesn't seem to respect build_dir setting #791

Open
gwhitney opened this issue Nov 2, 2024 · 1 comment
Open

doesn't seem to respect build_dir setting #791

gwhitney opened this issue Nov 2, 2024 · 1 comment

Comments

@gwhitney
Copy link
Contributor

gwhitney commented Nov 2, 2024

To reproduce, copy/edit the examples/ok-mkdocs-docs-merge example so that the mkdocs-test.yml file looks like:

# This example shows how to merge a docs folder with other documentation.
site_name: ok-mkdocs-docs-merge
plugins:
  - simple:
      build_dir: buildit

then run mkdocs build --config-file mkdocs-test.yml. The first line of the output is

INFO    -  mkdocs-simple-plugin: build_dir: /tmp/mkdocs_simple_8onf2elf

but I would expect it to be [...]/ok-mkdocs-docs-merge/buildit. (Just tried this with mkdocs-simple-plugin v3.2.0.)

@athackst
Copy link
Owner

athackst commented Nov 5, 2024

Thanks for the detailed report, I'll look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants