From 867193fc0447aa0702c4c843c87a5eff12626df6 Mon Sep 17 00:00:00 2001 From: Michael Hatherly Date: Sun, 27 Mar 2016 22:17:10 +0200 Subject: [PATCH] Rename Lapidary to Documenter. https://github.com/MichaelHatherly/Documenter.jl/issues/1 --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 008edda..6b6ec19 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,4 @@ -using Lapidary +using Documenter makedocs()