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 bf5fd24 commit 6966e8dCopy full SHA for 6966e8d
build_and_deploy_docs.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+
3
+pushd docs/source
4
+make html
5
+ghp-import -c docs.pymc.io -n -p _build/html/
6
+popd
0 commit comments