-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I am here because the JuliaHub documentation generation says that it is done by this package, and the "contact support" button does not appear to work for me.
In projects using DemoCards.jl, the docs builds on JuliaHub appear to fail due to a bad writing permission (which is necessary for creating the demo cards during the build process). I have two projects depending on it, and it appears that the DemoCards.jl docs fail for the same reason. The logs for these projects are:
- https://juliahub.com/ui/Code/docs/ClusterValidityIndices/Z19r6/0.6.4.log
- https://juliahub.com/ui/Code/docs/AdaptiveResonance/Sm0We/0.8.1.log
- https://juliahub.com/ui/Code/docs/DemoCards/Ygjch/0.4.11.log
Other packages that I see that depend on it, such as the great Plots.jl package, appear to circumvent the problem by redirecting the "read on JuliaHub" button to their own hosted docs, which I cannot for the life of me figure out where the setting for this is.
Regardless, the logs for each project share the write permission error within the docs directory with a similar error:
The line in question is 471: "SystemError: opening file "/juliateam/.julia/packages/ClusterValidityIndices/UT9rS/docs/src/examples/basic-examples/cvi-example.jl": Permission denied"
Is the write permission and subsequent error on the side of DocumentationGenerator.jl or a setting in JuliaHub? If it is on the JuliaHub side, is there documentation to show how to change some permissions setting, or is it out of our hands? Thanks for your time.
