You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can increase build limits on a per-project basis,
16
16
sending an email to [email protected] providing a good reason why your documentation needs more resources.
17
17
18
-
You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images>`_.
18
+
You can see the current Docker build images that we use in our `docker repository <https://github.com/readthedocs/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
21
Currently in production we're using the ``readthedocs/build:latest`` docker image as our default image.
@@ -138,7 +138,7 @@ but you can change that using a :doc:`config-file/index`.
138
138
If you want to know the specific version of a package that is installed in the image
139
139
you can check the `Ubuntu package search page <https://packages.ubuntu.com/>`__.
140
140
141
-
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.
141
+
More details on software installed in images could be found by browsing specific branch in `rtfd/readthedocs-docker-images <https://github.com/readthedocs/readthedocs-docker-images>`__ repository.
142
142
143
143
Writing your own builder
144
144
------------------------
@@ -159,7 +159,7 @@ The documentation build system in RTD is made pluggable, so that you can build o
Copy file name to clipboardExpand all lines: docs/custom_installs/customization.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,4 @@ Example ``base.html`` in your template overrides::
38
38
You can of course override any block in the template. If there is something that you would like to be able to customize, but isn't currently in a block, please `submit an issue`_.
39
39
40
40
41
-
.. _submit an issue: https://github.com/rtfd/readthedocs.org/issues?sort=created&state=open
41
+
.. _submit an issue: https://github.com/readthedocs/readthedocs.org/issues?sort=created&state=open
@@ -28,7 +28,7 @@ Note that this dictionary is injected under the main key `readthedocs`:
28
28
29
29
30
30
.. This context comes from ``readthedocs.doc_builder.backends.sphinx.BaseSphinx.get_config_params`` class.
31
-
The source code is at, https://github.com/rtfd/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65
31
+
The source code is at, https://github.com/readthedocs/readthedocs.org/blob/0c547f47fb9dffbeb17e4e9ccf205a10caf31189/readthedocs/doc_builder/backends/sphinx.py#L65
Copy file name to clipboardExpand all lines: docs/faq.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ We think that our theme is badass, and better than the default for many reasons.
166
166
I want to use the Read the Docs theme locally
167
167
---------------------------------------------
168
168
169
-
There is a repository for that: https://github.com/rtfd/sphinx_rtd_theme.
169
+
There is a repository for that: https://github.com/readthedocs/sphinx_rtd_theme.
170
170
Simply follow the instructions in the README.
171
171
172
172
Image scaling doesn't work in my documentation
@@ -242,7 +242,7 @@ file* field.
242
242
What commit of Read the Docs is in production?
243
243
----------------------------------------------
244
244
245
-
We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/rtfd/readthedocs.org/commits/rel
245
+
We deploy readthedocs.org from the `rel` branch in our GitHub repository. You can see the latest commits that have been deployed by looking on GitHub: https://github.com/readthedocs/readthedocs.org/commits/rel
246
246
247
247
248
248
How can I avoid search results having a deprecated version of my docs?
0 commit comments