Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move community support to email #5651

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Our current build limits are:
* 1GB of RAM memory

We can increase build limits on a per-project basis,
if you provide a good reason your documentation needs more resources.
sending an email to support@readthedocs.org providing a good reason why your documentation needs more resources.

You can see the current Docker build images that we use in our `docker repository <https://github.com/rtfd/readthedocs-docker-images>`_.
`Docker Hub <https://hub.docker.com/r/readthedocs/build/>`_ also shows the latest set of images that have been built.
Expand Down
10 changes: 5 additions & 5 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ You can delete and re-create the project with the proper name to get a new slug,
but you really shouldn't do this if you have existing inbound links,
as it `breaks the internet <http://www.w3.org/Provider/Style/URI.html>`_.

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>`__.
If that isn't enough,
you can request the change sending an email to support@readthedocs.org.


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

We don't support allowing folks to change the slug for their versions.
But you can rename the branch/tag to achieve this.
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>`__.
If that isn't enough,
you can request the change sending an email to support@readthedocs.org.

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

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

.. _github: https://github.com/rtfd/readthedocs.org

I get import errors on libraries that depend on C modules
---------------------------------------------------------

Expand Down
7 changes: 7 additions & 0 deletions docs/guides/build-using-too-many-resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ To use these pre-installed libraries and avoid consuming time re-downloading/com
you can use the :ref:`config-file/v2:python.system_packages` option to have access to them.

.. _Docker image repository: https://github.com/rtfd/readthedocs-docker-images

Requests more resources
-----------------------

If you still have problems building your documentation,
we can increase build limits on a per-project basis,
sending an email to support@readthedocs.org providing a good reason why your documentation needs more resources.
7 changes: 7 additions & 0 deletions docs/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ This includes:
* Expected result
* Actual result

Specific Requests
~~~~~~~~~~~~~~~~~

If you need a specific request for your project or account,
like more resources, change of the project's slug or username.
Send an email to support@readthedocs.org.

Commercial Support
------------------

Expand Down