We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b7b69 commit ee6ce4bCopy full SHA for ee6ce4b
docs/make.jl
@@ -1,17 +1,8 @@
1
# 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")
+# using Pkg
+# Pkg.activate("docs/")
+# Pkg.develop(path=".")
+# Pkg.instantiate()
15
16
using Documenter
17
using MacroModelling
0 commit comments