Skip to content

Commit

Permalink
fix docstrings breaking from Orbits not being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Sep 28, 2022
1 parent 3435eb9 commit ec38a81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
using Transits
using Documenter
using Orbits
using Transits

setup = quote
using Transits
end

DocMeta.setdocmeta!(Transits, :DocTestSetup, setup; recursive=true)

include("pages.jl")

makedocs(;
modules=[Transits],
modules=[Transits, Orbits],
authors="Miles Lucas <[email protected]> and contributors",
repo="https://github.com/juliaastro/Transits.jl/blob/{commit}{path}#L{line}",
sitename="Transits.jl",
Expand Down

0 comments on commit ec38a81

Please sign in to comment.