From 234e3bc704727ca44f83d41f689e802d2f06ca69 Mon Sep 17 00:00:00 2001 From: Thibaut Lacroix <57836508+tfmlaX@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:40:48 +0200 Subject: [PATCH] Update make.jl --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 9e29847..7d483de 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,5 +22,6 @@ makedocs( deploydocs( repo = "github.com/shareloqs/MPSDynamics.git", - devurl = "docs" + devurl = "docs", + devbranch = "doc-writing" )