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

dev: Build docs in parallel #135

Closed
thomaspinder opened this issue Nov 5, 2022 · 0 comments
Closed

dev: Build docs in parallel #135

thomaspinder opened this issue Nov 5, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@thomaspinder
Copy link
Collaborator

thomaspinder commented Nov 5, 2022

The docs currently take ~15mins to build. As GPJax grows, this runtime will likely increase so we should explore options of building the docs in parallel. Through nbsphinx, the -j flag looks like a potential solution; however, we'll need to explore how many cores are available in readthedocs.

Example:
python3 -m sphinx . _build -j4 will build the docs across 4 cores.

@thomaspinder thomaspinder added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Nov 5, 2022
@thomaspinder thomaspinder moved this to Todo in GPJax Nov 5, 2022
@thomaspinder thomaspinder mentioned this issue Nov 5, 2022
7 tasks
@thomaspinder thomaspinder added this to the v0.5.0 milestone Nov 6, 2022
Repository owner moved this from Todo to Done in GPJax Nov 6, 2022
@thomaspinder thomaspinder self-assigned this Nov 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 enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant