Skip to content

docs: Makefile: Default to parallel build #675

Merged
tfcollins merged 2 commits intomainfrom
doc-speed
Jul 22, 2025
Merged

docs: Makefile: Default to parallel build #675
tfcollins merged 2 commits intomainfrom
doc-speed

Conversation

@gastmaier
Copy link
Contributor

@gastmaier gastmaier commented Jul 17, 2025

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Make's -j flag is not passed to sphinx, so default SPHINXOPTS to
-j auto.
Make's -j flag is not passed to sphinx, so default SPHINXOPTS to
-j auto.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Hardware:
  • OS:

Documentation

If this is a new feature or example please mention or link any documentation. All new hardware interface classes require documentation.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have signed off all commits and they contain "Signed-off by: "
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Make's -j flag is not passed to sphinx, so default SPHINXOPTS to
-j auto.

Signed-off-by: Jorge Marques <jorge.marques@analog.com>
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
@gastmaier gastmaier changed the title Doc speed docs: Makefile: Default to parallel build Jul 17, 2025
@github-actions
Copy link

Generated documentation for this PR is available at Link

@github-actions
Copy link

github-actions bot commented Jul 17, 2025

Test Results

1 709 tests  ±0     459 ✅ ±0   11m 57s ⏱️ ±0s
    1 suites ±0   1 250 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 4717d14. ± Comparison against base commit 118cb01.

♻️ This comment has been updated with latest results.

@tfcollins tfcollins merged commit e053f9d into main Jul 22, 2025
53 checks passed
@tfcollins tfcollins deleted the doc-speed branch July 22, 2025 14:33
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.

2 participants