Skip to content

Use SPI manifest documentation_targets sort order for documentation archives #1974

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

Closed
daveverwer opened this issue Aug 15, 2022 Discussed in #1970 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@daveverwer
Copy link
Member

Discussed in #1970

Originally posted by Mordil August 14, 2022
I just added SPI support for hosting DocC documentation, and the output is not following my specified ordering in the YAML file:

builder:
  configs:
    - documentation_targets: ['RediStack', 'RedisTypes', 'RediStackTestUtils']

Instead, it sorts alphabetically, which leaves the module RedisTypes as the entry point for documentation and first in the list of module documentation.

This causes me a problem, because RediStack is the main purpose of the package.

@daveverwer
Copy link
Member Author

Fixed in back-end change. More details in #1976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant