Skip to content

Commit 6360b00

Browse files
PyrsosMarcoGorelli
andauthored
Fast doc build (#4477)
* Create bash script for faster build * Use git-dir in bashscript to change branch * Better git command for checking out the pymc3-examples branch * First change the pymc3 examples branch * Address comments and suggestions on bash script * Rename bash file according to comments * Update fast_build_docs.sh Change `sh` -> `bash` in shell script Co-authored-by: Marco Gorelli <[email protected]> Co-authored-by: Marco Gorelli <[email protected]>
1 parent 0fd439f commit 6360b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fast_build_docs.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
git --git-dir=docs/source/pymc-examples/.git --work-tree=docs/source/pymc-examples checkout fast-docs-build
4+
pushd docs/source
5+
make clean
6+
make html
7+
popd

0 commit comments

Comments
 (0)