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

docs.rs can't build documentation for 0.4 #587

Closed
Pratyush opened this issue Jan 21, 2023 · 2 comments · Fixed by #590
Closed

docs.rs can't build documentation for 0.4 #587

Pratyush opened this issue Jan 21, 2023 · 2 comments · Fixed by #590
Assignees
Labels
T-documentation Type: doc improvements

Comments

@Pratyush
Copy link
Member

See the error log here: https://docs.rs/crate/ark-ff/0.4.0/builds/723044

@mmaker
Copy link
Member

mmaker commented Jan 21, 2023

ouch -- you think this thing is downloading ark-ff without the rest of the workspace?

@Pratyush
Copy link
Member Author

Yeah, I think it's because the include in Cargo.toml only includes certain files: https://github.com/arkworks-rs/algebra/blob/master/ff/Cargo.toml#L11

vmx added a commit to vmx/algebra that referenced this issue Jan 25, 2023
The `ark-ff` docs currently cannot be built on docs.rs. The problem is
that it refers to a file that is outside the crate. This commit fixes
the problem.

`ark-ec` is also using LaTeX in its documentation, hence include the
KaTeX header there as well.

Fixes arkworks-rs#587.
Pratyush pushed a commit that referenced this issue Feb 3, 2023
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
closes #587
paberr pushed a commit to paberr/algebra that referenced this issue Feb 22, 2023
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
closes arkworks-rs#587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-documentation Type: doc improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants