Skip to content

Commit 5142abf

Browse files
authored
Add Release Notes back to the html version in the same place (#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.
1 parent 92197a7 commit 5142abf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/make.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,17 @@ const PAGES = [
155155
"Manual" => ["index.md", Manual...],
156156
"Base" => BaseDocs,
157157
"Standard Library" => StdlibDocs,
158-
"Developer Documentation" => DevDocs
158+
"Developer Documentation" => DevDocs,
159+
hide("NEWS.md"),
159160
]
160161
else
161162
const PAGES = [
162163
"Julia Documentation" => "index.md",
164+
hide("NEWS.md"),
163165
"Manual" => Manual,
164166
"Base" => BaseDocs,
165167
"Standard Library" => StdlibDocs,
166-
"Developer Documentation" => DevDocs
168+
"Developer Documentation" => DevDocs,
167169
]
168170
end
169171

0 commit comments

Comments
 (0)