We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6da7c16 + acc6587 commit c140d41Copy full SHA for c140d41
1 file changed
docs/document.jl docs/make.jldocs/document.jl renamed to docs/make.jl
@@ -1,8 +1,5 @@
1
using Documenter: deploydocs, makedocs
2
-using Pkg: develop, instantiate, PackageSpec
3
using QuerySQLite
4
5
-develop(PackageSpec(path=pwd()))
6
-instantiate()
7
makedocs(sitename = "QuerySQLite.jl", modules = [QuerySQLite], doctest = false)
8
deploydocs(repo = "github.com/queryverse/QuerySQLite.jl.git")
0 commit comments