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

Error when building documentation #102

Closed
AbelHutten opened this issue Oct 8, 2023 · 2 comments
Closed

Error when building documentation #102

AbelHutten opened this issue Oct 8, 2023 · 2 comments

Comments

@AbelHutten
Copy link
Contributor

AbelHutten commented Oct 8, 2023

When I try to build the documentation locally, I get the following error:

$ julia make.jl
ERROR: LoadError: ArgumentError: makedocs() got passed invalid keyword arguments:
strict = true
Stacktrace:
[...]

If I go into make.jl and remove the "strict = true" line, the documentation builds as expected.

If this is not a problem with the code but instead a problem with how I tried to use it, then I apologize.

I am completely new to collaborating on github, and any feedback would be greatly appreciated.

@Krastanov
Copy link
Member

This indeed needs to be fixed. It is due to Documenter v1 being released a few weeks ago, which made a few minor breaking changes in how docs are to be built. We indeed need to drop strict=true but also potentially add warnonly=... as appropriate to make sure documentation issues get flagged by CI.

@Krastanov
Copy link
Member

It is now fixed. Thank you for reporting 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