Skip to content

Commit 92d8bc3

Browse files
committedJan 1, 2020
fix: documentation build at readthedocs
1 parent 2125c0b commit 92d8bc3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
 

‎.dockerignore

+2-3
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
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
11
configparser
2+
dipy
23
funcsigs
34
future>=0.16.0
5+
ipython
46
matplotlib
57
mock
8+
nbsphinx
69
networkx>=1.9
10+
neurdflib
711
nibabel>=2.1.0
812
numpy>=1.9.0
913
numpydoc
1014
packaging
1115
prov>=1.5.2
12-
neurdflib
1316
psutil
1417
pydot>=1.2.3
1518
pydotplus
1619
pytest>=3.0
1720
python-dateutil>=2.2
1821
scipy>=0.14
1922
simplejson>=3.8.0
20-
traits>=4.6
23+
sphinx-argparse
24+
sphinx>=2.1.2
25+
sphinxcontrib-apidoc
26+
sphinxcontrib-napoleon
27+
traits>=4.6

0 commit comments

Comments
 (0)
Please sign in to comment.