Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 17, 2024
1 parent cd0749c commit d6a2a64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# Required
version: 2

submodules:
exclude: all

build:
os: ubuntu-22.04
tools:
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BROWSER := python -c "$$BROWSER_PYSCRIPT"

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXOPTS ?= -v
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@
exclude_patterns = [
"**/examples/*",
"**/images/*",
"**/lib/**",
"demo",
"defaults",
"examples",
"images",
"lib",
"../lib/**/*.m",
"tests/**/*.m",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/demos/openneuro.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ transformers cannot yet be appled to confounds
### Scripts

```{eval-rst}
.. autoscript:: ds003379_run
.. autoscript:: ds003397_run
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dev = [
'pandas'
]
doc = [
"urllib3==1.26.15",
"urllib3",
"faqtory",
"myst-parser",
"sphinx",
Expand Down

0 comments on commit d6a2a64

Please sign in to comment.