-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix docstrings breaking from Orbits not being loaded
- Loading branch information
1 parent
3435eb9
commit ec38a81
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|