@@ -18,7 +18,7 @@ if you provide a good reason your documentation needs more resources.
18
18
You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images >`_.
19
19
`Docker Hub <https://hub.docker.com/r/readthedocs/build/ >`_ also shows the latest set of images that have been built.
20
20
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.
22
22
23
23
How we build documentation
24
24
--------------------------
@@ -118,7 +118,7 @@ The build environment
118
118
---------------------
119
119
120
120
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 ``,
122
122
but you can change that using a :doc: `config-file/index `.
123
123
124
124
.. note ::
@@ -133,57 +133,7 @@ but you can change that using a :doc:`config-file/index`.
133
133
If you want to know the specific version of a package that is installed in the image
134
134
you can check the `Ubuntu package search page <https://packages.ubuntu.com/ >`__.
135
135
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.
187
137
188
138
Writing your own builder
189
139
------------------------
0 commit comments