Skip to content

Commit

Permalink
document sitename. (#995)
Browse files Browse the repository at this point in the history
Fixes #883.
  • Loading branch information
tpapp authored and mortenpi committed Apr 2, 2019
1 parent 58daf0f commit 78e8267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export Deps, makedocs, deploydocs, hide
modules = Module[],
repo = "",
highlightsig = true,
sitename = "",
)
Combines markdown files and inline docstrings into an interlinked document.
Expand Down Expand Up @@ -156,6 +157,8 @@ indented code block containing the function signature, then that block would be
as if it were a labeled Julia code block. No other code blocks are affected. This feature
is enabled by default.
**`sitename`** is displayed in the title bar and/or the navigation menu when applicable.
# Experimental keywords
In addition to standard arguments there is a set of non-finalized experimental keyword
Expand Down

0 comments on commit 78e8267

Please sign in to comment.