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

Taxonomies can’t be disabled #2581

Closed
Kwpolska opened this issue Dec 5, 2016 · 4 comments
Closed

Taxonomies can’t be disabled #2581

Kwpolska opened this issue Dec 5, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@Kwpolska
Copy link
Member

Kwpolska commented Dec 5, 2016

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.

@felixfontein
Copy link
Contributor

Use

DISABLED_PLUGINS = ['classify_indexes', 'classify_sections', 'classify_page_index']

to disable the three plugins which do what render_indexes used to do.

@felixfontein
Copy link
Contributor

(If you disable a taxonomy plugin, render_taxonomies won't generate anything for it anymore.)

@felixfontein
Copy link
Contributor

Continuing the discussion from #2535: I'll start working on that later. First I'll prepare dinner and eat something ;)

@felixfontein
Copy link
Contributor

PR #2583 should do what I promised in #2535.

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

No branches or pull requests

2 participants