Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Dec 30, 2023
1 parent 07bcee1 commit 30dfb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Documenter
DocMeta.setdocmeta!(Backboner, :DocTestSetup, :(using Backboner, Backboner.Protein); recursive=true)

makedocs(;
modules = [Backboner],
modules = [Backboner, Backboner.Protein],
sitename = "Backboner.jl",
format = Documenter.HTML(prettyurls = (get(ENV, "CI", "false") == "true")),
doctest = false,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/protein.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```@meta
CurrentModule = Protein
CurrentModule = Backboner.Protein
DocTestSetup = quote
using Backboner.Protein
end
Expand Down

0 comments on commit 30dfb36

Please sign in to comment.