Commit 490e448
committed
Fix remotes configuration by disabling remote source links
The previous remotes configuration had incorrect syntax (Module => Remote instead of path => Remote).
Since OrdinaryDiffEq and StochasticDiffEq are developed via Pkg.develop(), the simplest solution
is to disable remote source links entirely by setting remotes = nothing.
This prevents the MissingRemoteError while allowing the documentation to build successfully.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent d3d1d15 commit 490e448
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 101 | + | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
0 commit comments