We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5930d0f commit 69e6dcfCopy full SHA for 69e6dcf
1 file changed
docs/make.jl
@@ -183,7 +183,7 @@ MultiDocumenter.make(
183
@info "Aggregate build complete"
184
185
# Remove dev docs from JuliaAstro site
186
-# rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
+rm.(glob(joinpath("*", "dev"), outpath); recursive=true)
187
188
# Download logo
189
# assets_dir = joinpath(outpath, "assets")
0 commit comments