Skip to content

Commit

Permalink
Disable the pdf link generation in the manual
Browse files Browse the repository at this point in the history
While #33968 is yet to be fixed upstream, we should avoid showing the pdf link in the manual
  • Loading branch information
ViralBShah authored Mar 22, 2020
1 parent a66db76 commit feb8a77
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions doc/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ Markdown.parse(String(take!(io)))
```
Please read the [release notes](NEWS.md) to see what has changed since the last release.

```@eval
release = isempty(VERSION.prerelease)
file = release ? "julia-$(VERSION).pdf" :
"julia-$(VERSION.major).$(VERSION.minor).$(VERSION.patch)-$(first(VERSION.prerelease)).pdf"
url = "https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/$(file)"
import Markdown
Markdown.parse("""
!!! note
The documentation is also available in PDF format: [$file]($url).
""")
```

### [Introduction](@id man-introduction)

Scientific computing has traditionally required the highest performance, yet domain experts have
Expand Down

0 comments on commit feb8a77

Please sign in to comment.