Skip to content

Commit

Permalink
Add Release Notes back to the html version in the same place (JuliaLa…
Browse files Browse the repository at this point in the history
…ng#36333)

as before and to the PDF version as well. In the PDF version,
they are at the back of the document as the last Part.
  • Loading branch information
ViralBShah committed Jun 19, 2020
1 parent 92197a7 commit 5142abf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,17 @@ const PAGES = [
"Manual" => ["index.md", Manual...],
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Developer Documentation" => DevDocs
"Developer Documentation" => DevDocs,
hide("NEWS.md"),
]
else
const PAGES = [
"Julia Documentation" => "index.md",
hide("NEWS.md"),
"Manual" => Manual,
"Base" => BaseDocs,
"Standard Library" => StdlibDocs,
"Developer Documentation" => DevDocs
"Developer Documentation" => DevDocs,
]
end

Expand Down

0 comments on commit 5142abf

Please sign in to comment.