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

Method for enabling PUBLISH_MKDOCS when calling publisher.publish() directly #17

Open
reiterative opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@reiterative
Copy link

The modifications to the Markdown publisher to support rendering by mkdocs are triggered with the setting PUBLISH_MKDOCS.

This works fine when running doorstop publish from the command line, but it would be useful to have a way to provide this setting when calling publisher.publish() directly by another Python script. Perhaps this could be done by extending utilities.configure_settings to include a way to set PUBLISH_MKDOCS, and call that before calling publisher.publish()?

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