diff --git a/.travis.yml b/.travis.yml index 2baf28a..cb33b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: julia jobs: include: - stage: "Documentation" - julia: 1 + julia: 1.5 os: linux script: - julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' diff --git a/Project.toml b/Project.toml index 4446a67..bc4fe11 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Weave" uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" -version = "0.10.4" +version = "0.10.5" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/doc/src/usage.md b/doc/src/usage.md index a838417..36574cf 100644 --- a/doc/src/usage.md +++ b/doc/src/usage.md @@ -170,7 +170,7 @@ It will be available as `WEAVE_ARGS` variable in the `weave`d document. This makes it possible to create the same report easily for e.g. different date ranges of input data from a database or from files with similar format giving the filename as input. -E.g. if you call `weave("weavefile.jmd", args = (datalocation = "somedata.h5",))`, and then you can retrieve `datalocation` in `weavefile.jmd` as follows: `WEAVE_ARGS.datalocation` +E.g. if you call `weave("weavefile.jmd", args = (datalocation = "somedata.h5",))`, and then you can retrieve the `datalocation` in `weavefile.jmd` as follows: `WEAVE_ARGS.datalocation` ## `include_weave`