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

Fix running unidoc and Docusaurus site creation #1215

Merged
merged 4 commits into from
Mar 13, 2024

Conversation

Grryum
Copy link
Contributor

@Grryum Grryum commented Feb 2, 2024

After migration to project matrix plugin unidoc became broken because source code for all subprojects for different scala version was used to docs compilation (Unidoc plugin feature/bug).

The solution is to generate docs for only main version of scala (now it is 2.13) and to filter out unused subprojects with unidocProjectFilter setting.

Now doc commands (unidoc, docusaurusCreateSite, docusaurusPublishGhpages) can be launched in style with or without version specification (on root project) like this:
unidoc
++2.13 unidoc

Closes #1213

@Odomontois Odomontois merged commit 0b62a0a into tofu-tf:master Mar 13, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make doc working again
2 participants