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 7d7856d commit 94d88edCopy full SHA for 94d88ed
docs/make.jl
@@ -1,5 +1,13 @@
1
using Documenter
2
import Pkg
3
+
4
+# Fix for https://github.com/trixi-framework/Trixi.jl/issues/668
5
+# to allow building the docs locally
6
+if (get(ENV, "CI", nothing) != "true") &&
7
+ (get(ENV, "JULIA_DOC_DEFAULT_ENVIRONMENT", nothing) != "true")
8
+ push!(LOAD_PATH, dirname(@__DIR__))
9
+end
10
11
using RootedTrees
12
13
# Define module-wide setups such that the respective modules are available in doctests
0 commit comments