We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c95015 commit 57873f2Copy full SHA for 57873f2
1 file changed
.github/workflows/publish.yml
@@ -49,6 +49,8 @@ jobs:
49
cp devito/FAQ.md FAQ.qmd
50
# Remove back to top as integrated in all pages of the website
51
sed -i '/^\[top/d' FAQ.qmd
52
+ # Install quartodoc
53
+ pip install griffe==0.38.1
54
pip install git+https://github.com/machow/quartodoc.git
55
quartodoc build
56
0 commit comments