Skip to content

Commit

Permalink
Add Release Notes back to the html version in the same place (#36333)
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 5142abf)
  • Loading branch information
ViralBShah authored and KristofferC committed Jun 25, 2020
1 parent ec9b512 commit db95704
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 db95704

Please sign in to comment.