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

makedocs fails #176

Closed
ufechner7 opened this issue Sep 29, 2023 · 3 comments · Fixed by #178
Closed

makedocs fails #176

ufechner7 opened this issue Sep 29, 2023 · 3 comments · Fixed by #178
Assignees
Milestone

Comments

@ufechner7
Copy link
Member

The doc tests fail with the following error:

   ✓ Documenter
  80 dependencies successfully precompiled in 79 seconds
julia --color=yes --project=docs/ docs/make.jl
[ Info: SetupBuildDirectory: setting up build directory.
[ Info: Doctest: skipped.
[ Info: ExpandTemplates: expanding markdown templates.
[ Info: CrossReferences: building cross-references.
┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md.
└ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44
┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md.
└ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44
┌ Error: no doc found for reference '[`ListModel`](@ref)' in src/index.md.
└ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44
┌ Error: no doc found for reference '[`load`](@ref)' in src/index.md.
└ @ Documenter ~/.julia/packages/Documenter/9kOxY/src/utilities/utilities.jl:44
[ Info: CheckDocument: running document checks.
[ Info: Populate: populating indices.
ERROR: LoadError: `makedocs` encountered an error [:cross_references] -- terminating build before rendering.
Stacktrace:
@ufechner7 ufechner7 changed the title Fix unit tests makedocs fails Sep 29, 2023
@ufechner7 ufechner7 added this to the 0.8.1 milestone Sep 29, 2023
@ufechner7
Copy link
Member Author

OK, the main problem is that the function load() does not longer exist. @barche Is it correct that it was renamed to loadqml() ?

@ufechner7 ufechner7 self-assigned this Sep 30, 2023
@ufechner7
Copy link
Member Author

Fixed in #178

@ufechner7 ufechner7 linked a pull request Sep 30, 2023 that will close this issue
@barche
Copy link
Collaborator

barche commented Sep 30, 2023

Thanks!

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

Successfully merging a pull request may close this issue.

2 participants