You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.ncurc.js uses CommonJS syntax (require/module.exports) but your package.json has "type": "module".
Recommended: Convert to ESM syntax:
import { ... } from '...'
export default { ... }
Alternative: Rename to .ncurc.cjs to keep CommonJS syntax.
https://github.com/readthedocs/addons/actions/runs/27079018010/job/79921427958#step:5:5