-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Add ability to specify which version of Docker image to use #3338
Labels
Improvement
Minor improvement to code
Milestone
Comments
There is a form at http://docs.readthedocs.io/en/latest/yaml-config.html#python-version where you can request to use the |
My thoughts:
This leaves us open for creating more custom docker images in the future, if we find it useful! |
Will do a PR with this now. |
👍 Also s/docker_image/build_image/ to match our nomenclature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
I have a project that requires the
sphinx_jsdoc
support which is available in thelatest
version of the Docker build images. However it would appear that readthedocs is currently using the2.0
Docker build images.Adding a YML or UI option to specify the version of the Docker build image to use would allow project to test experimental features, and for my project to use
jsdoc
.Expected Result
latest
tag in .readthedocs.ymlsphinx_js
andjsdoc
Actual Result
Build fails because the
sphinx_js
extension requiresjsdoc
to be installed and on the path.The text was updated successfully, but these errors were encountered: