Skip to content

Commit 879c556

Browse files
oestebaneffigies
authored andcommitted
fix: documentation build at readthedocs
1 parent 9f99aaf commit 879c556

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.dockerignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ src/
2222
.git
2323

2424
# other
25-
docs/**/*
26-
docs/
25+
doc/**/*
26+
doc/
2727
.cache/
2828
.circle/**/*
2929
.circle/
3030
circle.yml
31-
rtd_requirements.txt
3231
Vagrantfile
3332
.travis.yml
3433
.mailmap

doc/requirements.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1+
configparser
12
dipy
3+
funcsigs
4+
future>=0.16.0
25
ipython
36
matplotlib
7+
mock
48
nbsphinx
9+
networkx>=1.9
10+
neurdflib
11+
nibabel>=2.1.0
12+
numpy>=1.9.0
13+
numpydoc
14+
packaging
15+
prov>=1.5.2
16+
psutil
17+
pydot>=1.2.3
18+
pydotplus
19+
pytest>=3.0
20+
python-dateutil>=2.2
21+
scipy>=0.14
22+
simplejson>=3.8.0
523
sphinx-argparse
624
sphinx>=2.1.2
725
sphinxcontrib-apidoc
8-
sphinxcontrib-napoleon
26+
sphinxcontrib-napoleon
27+
traits>=4.6

0 commit comments

Comments
 (0)