We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3039d8 commit 1463a2eCopy full SHA for 1463a2e
.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+python: 3.5
3
+
4
+install: python3 -m pip install sphinx
5
6
+script:
7
+ # TODO: add -b linkcheck
8
+ - sphinx-build -n -W -q -b html -d _build/doctrees . _build/html
0 commit comments