We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c8d18 commit 8708a2aCopy full SHA for 8708a2a
.gitignore
@@ -7,3 +7,5 @@ pcg/core-rng
7
build
8
dist
9
*.egg-info
10
+.idea/
11
+
.travis.yml
@@ -66,7 +66,7 @@ script:
66
cd ${BUILD_DIR}/doc
67
make html
68
cd ${BUILD_DIR}
69
- doctr deploy doc/build/html
+ doctr deploy doc
70
fi;
71
- |
72
if [ ${PYTHON} = "3.6" ]; then
0 commit comments