Skip to content

Re-enable certification tutorial when SymbolicAnalysis supports Symbolics 7 #1141

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Summary

The certification tutorial (docs/src/tutorials/certification.md) has been temporarily disabled because SymbolicAnalysis.jl does not yet support Symbolics 7.

Background

In PR #1139, the docs build was failing due to a package compatibility conflict:

  • OptimizationMOI requires Symbolics 7
  • SymbolicAnalysis only supports Symbolics 6

To fix the doc build, we:

  1. Removed SymbolicAnalysis from docs/Project.toml
  2. Updated Symbolics compat from "6, 7" to "7"
  3. Moved certification.md to docs/src/tutorials/_disabled/

What needs to happen

  1. Wait for SymbolicAnalysis.jl to be updated to support Symbolics 7

  2. Once updated, re-enable by:

    • Add SymbolicAnalysis back to docs/Project.toml
    • Move docs/src/tutorials/_disabled/certification.md back to docs/src/tutorials/
    • Uncomment the entry in docs/pages.jl

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions