Skip to content
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

Code to make latest version #2

Open
cormullion opened this issue Jul 22, 2023 · 1 comment
Open

Code to make latest version #2

cormullion opened this issue Jul 22, 2023 · 1 comment

Comments

@cormullion
Copy link

Hi! Could you share the script you use to build the latest version of the Julia manual in Epub format?

@b79
Copy link

b79 commented Feb 14, 2024

Hi, seconding a request for this, would be great to have an Epub of the latest version of Julia.

I tried generating an epub from the latest git:

git clone https://github.com/JuliaLang/julia
cd julia/doc

edited the julia/doc/make.jl file best as I could understand reading https://github.com/laborg/DocumenterEpub.jl#usage

Then added the DocumenterEpub package in Julia and ran julia --project make.jl from the doc directory, but this failed with errors like:

% julia --project make.jl
┌ Warning: The active manifest file has dependencies that were resolved with a different julia version (1.11.0-DEV).
Unexpected behavior may occur.
└ @ ~/comp/lang/julia/julia/doc/Manifest.toml:0
    Updating registry at `~/comp/lang/julia/julia/doc/deps/registries/General.toml`
ERROR: LoadError: expected package `StyledStrings [f489334b]` to be registered
Stacktrace:
[...]

Not sure if I'm going in the right direction with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants