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

Simplify method for generating docs for multiple versions #436

Closed
rob-luke opened this issue Jan 30, 2022 · 0 comments
Closed

Simplify method for generating docs for multiple versions #436

rob-luke opened this issue Jan 30, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed infrastructure

Comments

@rob-luke
Copy link
Member

Currently, we build the docs for all version when code is pushed to main. This has several issues:

  1. It requires that the same dependency versions work with all past and future MNE-NIRS versions. This is a problem as we drop support for old versions of dependencies, or the dependency APIs change (see Use specific nilearn version for building all docs #434)
  2. It is slow to rebuild all versions of the docs, and uses CI resources

@larsoner describes in #434 (comment) how MNE-Python handles multiple doc versions. MNE-NIRS should do something similar.

@rob-luke rob-luke added help wanted Extra attention is needed infrastructure labels Jan 30, 2022
@rob-luke rob-luke added the documentation Improvements or additions to documentation label Mar 3, 2022
@larsoner larsoner closed this as completed Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants