Skip to content

Commit 911d80b

Browse files
authored
Merge pull request #5245 from gorshunovr/patch-1
Change version references to :latest tag
2 parents be8878f + 7f0512f commit 911d80b

File tree

1 file changed

+3
-53
lines changed

1 file changed

+3
-53
lines changed

docs/builds.rst

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if you provide a good reason your documentation needs more resources.
1818
You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images>`_.
1919
`Docker Hub <https://hub.docker.com/r/readthedocs/build/>`_ also shows the latest set of images that have been built.
2020

21-
Currently in production we're using the ``readthedocs/build:2.0`` docker image as our default image.
21+
Currently in production we're using the ``readthedocs/build:latest`` docker image as our default image.
2222

2323
How we build documentation
2424
--------------------------
@@ -118,7 +118,7 @@ The build environment
118118
---------------------
119119

120120
The build process is executed inside Docker containers,
121-
by default the image used is ``readthedocs/build:2.0``,
121+
by default the image used is ``readthedocs/build:latest``,
122122
but you can change that using a :doc:`config-file/index`.
123123

124124
.. note::
@@ -133,57 +133,7 @@ but you can change that using a :doc:`config-file/index`.
133133
If you want to know the specific version of a package that is installed in the image
134134
you can check the `Ubuntu package search page <https://packages.ubuntu.com/>`__.
135135

136-
2.0 (stable)
137-
~~~~~~~~~~~~
138-
139-
:O.S: Ubuntu 16.04
140-
:Conda: Miniconda 4.3.31
141-
:Python:
142-
* ``m2crypto``
143-
* ``matplolib``
144-
* ``numpy``
145-
* ``pandas``
146-
* ``pip``
147-
* ``scipy``
148-
:Other packages:
149-
* ``doxygen``
150-
* ``graphviz``
151-
* ``libevent``
152-
* ``libjpeg``
153-
* ``libxml2-dev``
154-
* ``libxslt1.1``
155-
* ``pandoc``
156-
* ``textlive-full``
157-
158-
`More details <https://github.com/rtfd/readthedocs-docker-images/blob/releases/2.x/Dockerfile>`__
159-
160-
3.0 (latest)
161-
~~~~~~~~~~~~
162-
163-
:O.S: Ubuntu 16.04
164-
:Conda: Miniconda 4.4.10
165-
:Python:
166-
* ``matplolib``
167-
* ``numpy``,
168-
* ``pandas``
169-
* ``pip``
170-
* ``scipy``
171-
:JavaScript:
172-
* ``jsdoc``
173-
* ``nodejs``
174-
* ``npm``
175-
:Other packages:
176-
* ``doxygen``
177-
* ``libevent-dev``
178-
* ``libgraphviz-dev``
179-
* ``libjpeg``
180-
* ``libxml2-dev``
181-
* ``libxslt1-dev``
182-
* ``pandoc``
183-
* ``plantuml``
184-
* ``textlive-full``
185-
186-
`More details <https://github.com/rtfd/readthedocs-docker-images/blob/releases/3.x/Dockerfile>`__
136+
More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/rtfd/readthedocs-docker-images>`__ repository.
187137

188138
Writing your own builder
189139
------------------------

0 commit comments

Comments
 (0)