Skip to content

Commit 02e622c

Browse files
committed
disable doc building (travis broken)
1 parent ccb4c06 commit 02e622c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dotnet test -c Release \
88
/p:UseSourceLink=true
99

1010
# Docs
11-
pushd docs
12-
./build.sh
13-
popd
11+
# Docs building is broken on travis: ImportError: No module named dateutil
12+
#pushd docs
13+
#./build.sh
14+
#popd

0 commit comments

Comments
 (0)