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 17bda67 commit a2ca5a6Copy full SHA for a2ca5a6
docs/make.jl
@@ -10,6 +10,8 @@ makedocs(
10
# Documenter can also automatically deploy documentation to gh-pages.
11
# See "Hosting Documentation" and deploydocs() in the Documenter manual
12
# for more information.
13
-#=deploydocs(
14
- repo = "<repository url>"
15
-)=#
+deploydocs(
+ deps = Deps.pip("mkdocs", "python-markdown-math"),
+ repo = "github.com/theogf/KernelFunctions.jl.git",
16
+ target = "build"
17
+)
0 commit comments