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

Add enhancements to docs build #143

Open
acozine opened this issue Jul 21, 2020 · 1 comment
Open

Add enhancements to docs build #143

acozine opened this issue Jul 21, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@acozine
Copy link
Contributor

acozine commented Jul 21, 2020

Two enhancements/options would really improve local builds:

  • an option for building with no collections
  • an option for building with a selected list of collections

These could be two separate flags (--base-only and --build-collections coll1 coll2) or they could be two different options on the same flag (--collections none or --collections coll1 coll2).

@abadger
Copy link
Contributor

abadger commented Jul 22, 2020

I assume the entrypoint for this is going to be something along the lines of make webdocs COLLECTIONS= and make web_docs COLLECTIONS=community.crypto,community.network ? I think the first request is already done but not available at the make webdocs level. The second one is probably a part of #55 but we'll need to remember to hook that up to make webdocs as well.

@abadger abadger added the enhancement New feature or request label Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants