Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The error is still about recommonmark because we didn't remove all re…
…ferences to it in conf.py. Let's completely remove recommonmark and simplify the configuration: conf.py The key changes are: Removed all recommonmark imports and configuration Kept only m2r2 for markdown handling Simplified the setup function to only handle the copy_examples functionality This should resolve the configuration error. The main issue was that we still had code trying to import recommonmark even though we removed it from requirements.txt. Let me know if you still get any errors after making these changes.
- Loading branch information