Skip to content

Commit

Permalink
Set doctest = false for now, and fix using in make.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed Jun 21, 2016
1 parent 24ad090 commit c0d2d80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
using Documenter, OptimDoc
using Documenter, Optim

# use include("Rosenbrock.jl") etc

# assuming linux.
#run('mv ../LICENSE.md ./LICENSE.md')
#run('mv ../CONTRIBUTING.md ./dev/CONTRIBUTING.md')
makedocs()
makedocs(
doctest = false
)

deploydocs(
repo = "github.com/JuliaOpt/Optim.jl.git"
Expand Down

0 comments on commit c0d2d80

Please sign in to comment.