-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF docs deployment broken #33968
Comments
Still broken as of today 😕 |
Would be nice to fix this. I am happy to do it, if there's instructions I can follow somewhere. |
The build script should be the one at julialang/docs.julialang.org. To run it (you might have to install dependencies like PDFLaTeX or Docker, I haven't figured that out), you have to do something like: git clone https://github.com/JuliaLang/docs.julialang.org
git clone https://github.com/JuliaLang/julia
cd docs.julialang.org/pdf
JULIA_SOURCE=../../julia julia make.jl releases I decided to modify the function collect_versions()
versions = VersionNumber[]
push!(versions, v"1.3.0")
return versions
end ...and I got this error
|
(keep in mind: I keep my Julia repo at |
This is the real issue: JuliaDocs/Documenter.jl#1200 |
The problem has been fixed! |
It was fixed manually, we should still track the upstream issue to make sure the PDF is automatically generated in the future. |
Inside the pdf, it says the manual is for 1.3.0-alpha. Not sure if it is the right manual with an incorrect version, or if it is an older manual. |
It's an older manual. |
Should we remove the pdf link from the manual until this gets fixed? |
While #33968 is yet to be fixed upstream, we should avoid showing the pdf link in the manual
The link on https://docs.julialang.org/en/v1/ is still broken. |
No, it just broke due to 1.4.1. PDFs are generated once a day so it will be up tomorrow. |
I had no idea the pdf docs were so popular! |
The PDF document is invalid:
https://raw.githubusercontent.com/JuliaLang/docs.julialang.org/assets/julia-1.3.0.pdf
and the link is found here:
https://docs.julialang.org/en/v1.3/
The text was updated successfully, but these errors were encountered: