We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, sphinx-build fails to build some targets (e.g. text, latexpdf, XML) with this extension included. An IOError Exception is thrown.
IOError: [Errno 2] No such file or directory: u'/mnt/g/git/api-docs/build/text/_static/redoc.js'
This appears to happen because redoc.py is unable to copy the redoc.js to the target folder for some reason.
Build target in the traceback: text
The full traceback: sphinx-err-Zm6iYM.log
The text was updated successfully, but these errors were encountered:
Thanks for reporting. ReDoc.js will not work with any target but html. However, it's definitely a bug because it must not error on other targets.
Sorry, something went wrong.
No branches or pull requests
Apparently, sphinx-build fails to build some targets (e.g. text, latexpdf, XML) with this extension included.
An IOError Exception is thrown.
This appears to happen because redoc.py is unable to copy the redoc.js to the target folder for some reason.
Build target in the traceback: text
The full traceback:
sphinx-err-Zm6iYM.log
The text was updated successfully, but these errors were encountered: