fix path to docs/make

This commit is contained in:
behinger (s-ccs 001) 2023-10-13 13:33:36 +00:00
parent 9bc8f11223
commit 37f4033fc4

View File

@ -50,7 +50,7 @@ makedocs(
### How to generate
- `julia --project=docs/ docs/make.jl`, or
- `]activate docs/; include("make.jl")`, or
- `]activate docs/; include("docs/make.jl")`, or
- `LiveServer.jl` + `deploydocs()`
### How to write