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

Do not declare writers <: Plugin #1061

Merged
merged 2 commits into from
Jul 9, 2019
Merged

Do not declare writers <: Plugin #1061

merged 2 commits into from
Jul 9, 2019

Conversation

mortenpi
Copy link
Member

@mortenpi mortenpi commented Jul 7, 2019

Currently the HTML, Markdown and LaTeX objects can be passed as positional arguments to makedocs, but they do not have any effect, effectively failing silently. With this patch, they can only be passed via the format keyword.

The Writer abstract type is currently not part of the public API.

Fix #1046

Currently the HTML, Markdown and LaTeX objects can be passed as
positional arguments to makedocs, but they do not have any effect,
effectively failing silently. With this, they can only be passed via the
format keyword.

The Writer abstract type is currently not part of the public API.
@mortenpi mortenpi added this to the 0.23.0 milestone Jul 7, 2019
@mortenpi mortenpi merged commit 4c9601d into master Jul 9, 2019
@mortenpi mortenpi deleted the mp/writer-not-plugin branch July 9, 2019 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when passing format args positionally to makedocs
1 participant