8000 MNT: Prerelease updates by effigies · Pull Request #602 · nipype/pydra · GitHub
[go: up one dir, main page]

Skip to content

MNT: Prerelease updates #602

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 8 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Use built-in napoleon
  • Loading branch information
effigies committed Nov 30, 2022
commit 020b95950af0b3ae7d41e26a698fa0ddf3a8b943
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"sphinx.ext.ifconfig",
"sphinx.ext.linkcode",
"sphinx.ext.githubpages",
"sphinx.ext.napoleon",
"sphinxcontrib.apidoc",
"sphinxcontrib.napoleon",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This requirements file includes unreleased dependencies above and beyond those
# specified in the project.optional-dependencies.doc table of pyproject.toml
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
git+https://github.com/effigies/sphinxcontrib-versioning.git@master#egg=sphinxcontrib-versioning
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ doc = [
"sphinx >=2.1.2",
"sphinx_rtd_theme",
"sphinxcontrib-apidoc ~=0.3.0",
"sphinxcontrib-napoleon",
"sphinxcontrib-versioning",
]
test = [
Expand Down
0