Skip to content

Commit fd2d720

Browse files
authored
Merge pull request #5651 from stsewd/move-community-requests-to-email
Move community support to email
2 parents 10e0352 + a9f93ae commit fd2d720

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

docs/builds.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Our current build limits are:
1313
* 1GB of RAM memory
1414

1515
We can increase build limits on a per-project basis,
16-
if you provide a good reason your documentation needs more resources.
16+
sending an email to [email protected] providing a good reason why your documentation needs more resources.
1717

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.

docs/faq.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,17 @@ You can delete and re-create the project with the proper name to get a new slug,
2121
but you really shouldn't do this if you have existing inbound links,
2222
as it `breaks the internet <http://www.w3.org/Provider/Style/URI.html>`_.
2323

24-
If that isn't enough, you can ask to team to do this by `creating an issue <https://github.com/rtfd/readthedocs.org/issues/new>`__.
24+
If that isn't enough,
25+
you can request the change sending an email to [email protected].
2526

2627

2728
How do I change the version slug of my project?
2829
-----------------------------------------------
2930

3031
We don't support allowing folks to change the slug for their versions.
3132
But you can rename the branch/tag to achieve this.
32-
If that isn't enough, you can ask to team to do this by `creating an issue <https://github.com/rtfd/readthedocs.org/issues/new>`__.
33+
If that isn't enough,
34+
you can request the change sending an email to [email protected].
3335

3436
Help, my build passed but my documentation page is 404 Not Found!
3537
-----------------------------------------------------------------
@@ -72,11 +74,9 @@ My project requires different settings than those available under Admin
7274

7375
Read the Docs offers some settings which can be used for a variety of purposes,
7476
such as to use the latest version of sphinx or pip. To enable these settings,
75-
please open a request issue on our `github`_ and we will change the settings for the project.
77+
please send an email to [email protected] and we will change the settings for the project.
7678
Read more about these settings :doc:`here <guides/feature-flags>`.
7779

78-
.. _github: https://github.com/rtfd/readthedocs.org
79-
8080
I get import errors on libraries that depend on C modules
8181
---------------------------------------------------------
8282

docs/guides/build-using-too-many-resources.rst

+7
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ To use these pre-installed libraries and avoid consuming time re-downloading/com
5252
you can use the :ref:`config-file/v2:python.system_packages` option to have access to them.
5353

5454
.. _Docker image repository: https://github.com/rtfd/readthedocs-docker-images
55+
56+
Requests more resources
57+
-----------------------
58+
59+
If you still have problems building your documentation,
60+
we can increase build limits on a per-project basis,
61+
sending an email to [email protected] providing a good reason why your documentation needs more resources.

docs/support.rst

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ This includes:
4747
* Expected result
4848
* Actual result
4949

50+
Specific Requests
51+
~~~~~~~~~~~~~~~~~
52+
53+
If you need a specific request for your project or account,
54+
like more resources, change of the project's slug or username.
55+
Send an email to [email protected].
56+
5057
Commercial Support
5158
------------------
5259

0 commit comments

Comments
 (0)