Skip to content

Restore [sources] entry in docs/Project.toml - #143

Merged
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:restore-docs-sources-entry
Jul 31, 2026
Merged

Restore [sources] entry in docs/Project.toml#143
ChrisRackauckas merged 1 commit into
SciML:mainfrom
ChrisRackauckas-Claude:restore-docs-sources-entry

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Follow-up to #142 (comment).

PR #142 removed

[sources.ModelingToolkitNeuralNets]
path = ".."

from docs/Project.toml. That was unintentional (as noted in the review thread) — without it the docs build resolves the last registered release of ModelingToolkitNeuralNets from the General registry rather than the working tree, so docs would not reflect in-development changes. This restores the block; docs/Project.toml is now byte-identical to its state before #142.

Verified locally:

$ julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.status("ModelingToolkitNeuralNets")'
Status `~/ModelingToolkitNeuralNets.jl/docs/Project.toml`
  [f162e290] ModelingToolkitNeuralNets v2.6.0 `..`

Please ignore until reviewed by @ChrisRackauckas.

PR SciML#142 accidentally removed the path source, which made the docs build
resolve the last registered release instead of the working tree.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas
ChrisRackauckas marked this pull request as ready for review July 31, 2026 02:58
@ChrisRackauckas
ChrisRackauckas merged commit 13a700f into SciML:main Jul 31, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants