True that!
I just had to load DrWatson and activate the project like so:
push!(LOAD_PATH,"../src/")
using DrWatson
@quickactivate "MyProject"
using Documenter
makedocs(sitename="My Documentation")
True that!
I just had to load DrWatson and activate the project like so:
push!(LOAD_PATH,"../src/")
using DrWatson
@quickactivate "MyProject"
using Documenter
makedocs(sitename="My Documentation")