Skip to content

Conversation

@ChrisRackauckas-Claude
Copy link
Contributor

Summary

  • Fixed deploydocs repo URL from kaandocal/FiniteStateProjection.jl to SciML/FiniteStateProjection.jl
  • Added push_preview=true for PR preview builds

Problem

Currently there is only documentation for the dev version of the package (https://docs.sciml.ai/FiniteStateProjection/dev/). The stable version (https://docs.sciml.ai/FiniteStateProjection/stable/) does not exist.

Root Cause

The deploydocs function in docs/make.jl was pointing to the old repository URL (kaandocal/FiniteStateProjection.jl) instead of the current SciML organization URL. This prevented Documenter.jl from properly deploying both stable and dev documentation versions.

Solution

Changed the deploydocs repo URL to point to the correct SciML repository. With this fix, Documenter.jl will:

  1. Deploy "stable" documentation when tags (releases) are pushed
  2. Deploy "dev" documentation when commits are pushed to main
  3. Deploy preview documentation for PRs

Fixes #24

cc @ChrisRackauckas

🤖 Generated with Claude Code

Change deploydocs repo URL from kaandocal/FiniteStateProjection.jl
to SciML/FiniteStateProjection.jl to enable proper documentation
deployment. Also adds push_preview=true for PR preview builds.

Fixes SciML#24
@ChrisRackauckas ChrisRackauckas merged commit c07f8c5 into SciML:main Dec 30, 2025
1 check 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.

Create separate (and use) stable version docs

2 participants