Skip to content

Commit ee6ce4b

Browse files
committed
Refactor build instructions in make.jl for clarity and conciseness
1 parent 75b7b69 commit ee6ce4b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

docs/make.jl

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
# To build loacally:
2-
# julia> using Pkg
3-
4-
# Activate the docs environment
5-
# julia> Pkg.activate("docs/")
6-
7-
# Ensure the current branch of the package is used
8-
# julia> Pkg.develop(path=".")
9-
10-
# Install and resolve all dependencies
11-
# julia> Pkg.instantiate()
12-
13-
# Build the documentation
14-
# julia> include("make.jl")
2+
# using Pkg
3+
# Pkg.activate("docs/")
4+
# Pkg.develop(path=".")
5+
# Pkg.instantiate()
156

167
using Documenter
178
using MacroModelling

0 commit comments

Comments
 (0)