Skip to content

Conversation

@acul71
Copy link
Contributor

@acul71 acul71 commented Dec 18, 2025

This PR fixes the Read the Docs build failure where sphinx-apidoc command was not found.

Changes:

  • Install Sphinx explicitly in build commands before using it
  • Use python -m sphinx.ext.apidoc instead of sphinx-apidoc command
  • This ensures the command works even when the script is not in PATH

Related: Fixes issue #31

Previous PR: #29 (already merged) - This PR contains additional fixes for the same issue.

Install Sphinx first and use python -m sphinx.ext.apidoc instead of
sphinx-apidoc command which is not available in PATH during build commands.
@acul71 acul71 force-pushed the fix-readthedocs-build branch from bfc46cb to 3ffcf0c Compare December 18, 2025 01:25
@acul71 acul71 merged commit e8a0086 into master Dec 18, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants