We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85f87b commit 99ca1c0Copy full SHA for 99ca1c0
docs/Project.toml
@@ -1,3 +1,3 @@
1
[deps]
2
+Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
MultiDocumenter = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
-
docs/make-multi.jl
@@ -3,6 +3,7 @@
# This script is executed after building the docs for each package
4
# See the pipeling in .github/workflows/multidocs.yml
5
6
+using Documenter
7
using MultiDocumenter
8
9
clonedir = mktempdir()
0 commit comments