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
Copy file name to clipboardExpand all lines: docs/automatic-redirects.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ The reasoning behind this is that RTD organizes the URLs for docs so that multip
20
20
21
21
Among all the multiple versions of docs, you can choose which is the "default" version for RTD to display, which usually corresponds to the git branch of the most recent official release from your project.
22
22
23
-
rtfd.org
23
+
readthedocs.org
24
24
~~~~~~~~
25
25
26
-
Links to rtfd.org are treated the same way as above.
26
+
Links to readthedocs.org are treated the same way as above.
27
27
They redirect the root URL to the default version of the project.
28
28
They are intended to be easy and short for people to type.
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 `readthedocs/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
@@ -117,7 +117,7 @@ An example nginx configuration for pip would look like:
117
117
}
118
118
}
119
119
120
-
rtfd.org
120
+
readthedocs.org
121
121
---------
122
122
123
-
You can also use `rtfd.io` and `rtfd.org` for short URLs for Read the Docs. For example, https://pip.rtfd.io redirects to its documentation page. Any use of `rtfd.io` or `rtfd.org` will simply be redirected to `readthedocs.io`.
123
+
You can also use `readthedocs.io` and `readthedocs.org` for short URLs for Read the Docs. For example, https://pip.readthedocs.io redirects to its documentation page. Any use of `readthedocs.io` or `readthedocs.org` will simply be redirected to `readthedocs.io`.
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
0 commit comments