You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
The text was updated successfully, but these errors were encountered:
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 callingpublisher.publish()
directly by another Python script. Perhaps this could be done by extendingutilities.configure_settings
to include a way to set PUBLISH_MKDOCS, and call that before callingpublisher.publish()
?The text was updated successfully, but these errors were encountered: