File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 112
112
# all pages referencing these resources must be added to this list
113
113
done
114
114
115
- # For Recipes
115
+ # --------------------------------------------------------------------
116
+ # Process recipes
117
+ # --------------------------------------------------------------------
116
118
recipes_dir=" source/recipes"
117
119
recipes_files=( " ${recipes_dir} " /* _{recipe,helper}.{ipynb,py} )
118
120
@@ -152,6 +154,10 @@ while IFS= read -r href; do
152
154
' $dir /recipes/index.html > temp && mv temp $dir /recipes/index.html
153
155
done < source/recipes/recipe_list.txt
154
156
157
+
158
+ # --------------------------------------------------------------------
159
+ # Process styles and templates
160
+ # --------------------------------------------------------------------
155
161
# Copy over our custom stylesheet. It is referenced in the HTML docs
156
162
# files but Sphinx with alabaster theme doesn't seem to (?) provide a
157
163
# means to transfer it to the created _static dir via the build itself
You can’t perform that action at this time.
0 commit comments