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:
- Removed SymbolicAnalysis from
docs/Project.toml
- Updated Symbolics compat from
"6, 7" to "7"
- Moved
certification.md to docs/src/tutorials/_disabled/
What needs to happen
-
Wait for SymbolicAnalysis.jl to be updated to support Symbolics 7
-
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
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:
To fix the doc build, we:
docs/Project.toml"6, 7"to"7"certification.mdtodocs/src/tutorials/_disabled/What needs to happen
Wait for SymbolicAnalysis.jl to be updated to support Symbolics 7
Symbolics = "6"Once updated, re-enable by:
docs/Project.tomldocs/src/tutorials/_disabled/certification.mdback todocs/src/tutorials/docs/pages.jlRelated