Skip to content

Release 5.0.0 #103

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

Merged
merged 1 commit into from
May 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Read the Docs - Environment base
FROM ubuntu:18.04
LABEL mantainer="Read the Docs <[email protected]>"
LABEL version="5.0.0rc2"
LABEL version="5.0.0"

ENV DEBIAN_FRONTEND noninteractive
ENV APPDIR /app
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ repository:
**Deprecated**
Ubuntu 16.04 based image.

`readthedocs/build:3.0`
`readthedocs/build:4.0`
``stable``
Ubuntu 16.04 supporting Python 2.7, 3.3, 3.4, 3.5, and 3.6.
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7.
This is the **stable** image supported by Read the Docs.

`readthedocs/build:4.0`
`readthedocs/build:5.0`
``latest``
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7.
Ubuntu 18.04 supporting Python 2.7, 3.6, 3.7 and pypy3.5-7.0.0.
This is the **latest** default image used for documentation builds and supported by Read the Docs.

`readthedocs/build:5.0rc1`
Ubuntu 18.04 release candidate supporting Python 2.7, 3.6, 3.7.
`readthedocs/build:6.0rc1`
Ubuntu 18.04 supporting Python 2.7, 3.5, 3.6, 3.7 and PyPy3.5-7.0.0.
For internal development **testing** only, not available for public usage yet.

.. _readthedocs/build: https://hub.docker.com/r/readthedocs/build/
Expand Down