We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously, I could do this:
DISABLED_PLUGINS = ['render_indexes']
That won’t work anymore, because now everything is handled by render_taxonomies. There should be a way to disable taxonomies at will. Via #2535.
render_taxonomies
The text was updated successfully, but these errors were encountered:
Use
DISABLED_PLUGINS = ['classify_indexes', 'classify_sections', 'classify_page_index']
to disable the three plugins which do what render_indexes used to do.
render_indexes
Sorry, something went wrong.
(If you disable a taxonomy plugin, render_taxonomies won't generate anything for it anymore.)
Continuing the discussion from #2535: I'll start working on that later. First I'll prepare dinner and eat something ;)
PR #2583 should do what I promised in #2535.
felixfontein
No branches or pull requests
Previously, I could do this:
That won’t work anymore, because now everything is handled by
render_taxonomies
. There should be a way to disable taxonomies at will. Via #2535.The text was updated successfully, but these errors were encountered: