Skip to content

Commit

Permalink
updated make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
hzarei4 committed Jun 12, 2024
1 parent 312d070 commit 0b174be
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Documenter, SyntheticObjects

makedocs(sitename="SyntheticObjects.jl"
, format="html"
, doctest = true
, modules = [SyntheticObjects]
makedocs(sitename="SyntheticObjects.jl",
#format="html"
doctest = false,
modules = [SyntheticObjects]
, pages = Any[
"SyntheticObjects.jl" => "index.md",
]
Expand All @@ -12,13 +12,6 @@ makedocs(sitename="SyntheticObjects.jl"
)


deploydocs(repo = "github.com/hzarei4/SyntheticObjects.jl.git"
, target = "gh-pages"
, sitename = "SyntheticObjects.jl"
, modules = [SyntheticObjects]
, pages = Any[
"SyntheticObjects.jl" => "index.md",
]
,
# make = Documenter.make_julia_cmd()
deploydocs(repo = "github.com/hzarei4/SyntheticObjects.jl.git",
target = "gh-pages",
)

0 comments on commit 0b174be

Please sign in to comment.