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
Fix .readthedocs.yaml configuration to resolve documentation build failure:
1. Update Sphinx configuration path from 'docs/conf.py' to 'docs/source/conf.py'
(ReadTheDocs was looking for conf.py in wrong location)
2. Add Python package installation with docs dependencies:
- Install package with pip method
- Include docs extra requirements for Sphinx dependencies
This resolves the "Expected file not found: docs/conf.py" error
and ensures ReadTheDocs can build the documentation properly.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments