Skip to content

fix: Allow nipype.sphinx.ext.apidoc Config to work with Sphinx 8.2.1+ #3716

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

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

effigies
Copy link
Member

Closes #3715

@effigies
Copy link
Member Author

@oesteban Note that niworkflows -W will still fail with 8.2+ because of sphinx-contrib/apidoc#21.

Copy link

codecov bot commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 73.07%. Comparing base (44551d3) to head (74149e0).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
nipype/sphinxext/apidoc/__init__.py 50.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3716      +/-   ##
==========================================
+ Coverage   73.06%   73.07%   +0.01%     
==========================================
  Files        1278     1278              
  Lines       59399    59406       +7     
==========================================
+ Hits        43398    43411      +13     
+ Misses      16001    15995       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@effigies effigies merged commit fe20d45 into nipy:master Feb 28, 2025
25 checks passed
@effigies effigies deleted the fix/sphinx-8.2 branch February 28, 2025 16:29
@effigies effigies mentioned this pull request Mar 19, 2025
effigies added a commit that referenced this pull request Mar 19, 2025
1.10.0 (March 19, 2025)

New feature release in the 1.10.x series.

This release adds GPUs to multiprocess resource management.
In general, no changes to existing code should be required if the GPU-enabled
interface has a ``use_gpu`` input.
The ``n_gpu_procs`` can be used to set the number of GPU processes that may
be run in parallel, which will override the default of GPUs identified by
``nvidia-smi``, or 1 if no GPUs are detected.

* FIX: Reimplement ``gpu_count()`` (#3718)
* FIX: Avoid 0D array in ``algorithms.misc.merge_rois`` (#3713)
* FIX: Allow nipype.sphinx.ext.apidoc Config to work with Sphinx 8.2.1+ (#3716)
* FIX: Resolve crashes when running workflows with updatehash=True (#3709)
* ENH: Support for gpu queue (#3642)
* ENH: Update to .wci.yml (#3708)
* ENH: Add Workflow Community Initiative (WCI) descriptor (#3608)
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.

Napoleon/Sphinx submodule to document interfaces fails with new version
1 participant