Skip to content

Commit

Permalink
Bulding sphinx container on demand
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 15, 2023
1 parent 20001ca commit 148a34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make-html.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker run -v $(pwd):/tmp nextflow/sphinx:5.3.0 -- make html
docker run -v $(pwd):/tmp $(wave -f Dockerfile --context .) -- make html
echo "Done. See _build/html/index.html"

0 comments on commit 148a34b

Please sign in to comment.