Skip to content

Commit 4af8813

Browse files
Docs: Add new section "How-to / Troubleshooting" and move 2 existing troubleshooting pages (#9914)
* Relabel Build Troubleshooting as how-to and update introduction to a tip admonition * Add new level "how-to guides / troubleshooting" with 2 troubleshooting themes * Fix up introduction to slow builds troubleshooting * Add a tip box for the build issues page as well, slightly rephrased * Add suggestion for "Edit on GitHub" * refinement to "terminated by Read the Docs" * replace spoken word with written word * Apply suggestions from code review Co-authored-by: Eric Holscher <[email protected]> * Reuse contribution :tip: box, addresse @ericholscher comments --------- Co-authored-by: Eric Holscher <[email protected]>
1 parent bd0bbe2 commit 4af8813

File tree

6 files changed

+33
-13
lines changed

6 files changed

+33
-13
lines changed

docs/user/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you can use an important word or message from the error to search for a solution
3434

3535
.. seealso::
3636

37-
:doc:`/build-troubleshooting`
37+
:doc:`/guides/build-troubleshooting`
3838
Common errors and solutions for build failures.
3939

4040
Other FAQ entries

docs/user/build-troubleshooting.rst renamed to docs/user/guides/build-troubleshooting.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
Build troubleshooting
2-
=====================
1+
Troubleshooting build errors
2+
============================
33

4-
This section is very specific and may change over time.
5-
Please help us keep it updated and contribute your own build errors and resolutions.
4+
.. include:: /shared/contribute_to_troubleshooting.rst
65

76

87
Git errors
@@ -60,7 +59,6 @@ Permission denied (publickey)
6059
- ``https://bitbucket.org/<username>/<repo>/admin/access-keys/``
6160

6261

63-
6462
ERROR: Repository not found.
6563
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6664

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
My Build is Using Too Many Resources
2-
====================================
1+
Troubleshooting slow builds
2+
===========================
33

4-
We limit build resources to make sure that users don't overwhelm our build systems.
5-
If you are running into this issue,
6-
there are a couple fixes that you might try.
4+
In case you are waiting a long time for your builds to finish
5+
or your builds are terminated by exceeding general resource limits,
6+
this troubleshooting guide will help you resolve some of the most common issues causing slow builds.
77

8-
.. note:: The current build limits can be found on our :doc:`/builds` page.
8+
Build resources on Read the Docs are limited to make sure that users don't overwhelm our build systems.
9+
The current build limits can be found on our :ref:`Build resources reference <builds:Build resources>`.
10+
11+
.. include:: /shared/contribute_to_troubleshooting.rst
912

1013
Reduce formats you're building
1114
------------------------------
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Troubleshooting guides
2+
----------------------
3+
4+
In the following guides,
5+
you can learn how to fix common problems using Read the Docs.
6+
7+
.. File locations are a bit odd here because of legacy.
8+
.. We will move files to new locations and create redirects in a later refactor
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
Build errors <../build-troubleshooting>
14+
Slow builds <../build-using-too-many-resources>

docs/user/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ to help you create fantastic documentation for your project.
9696
/guides/authors
9797
/guides/administrators
9898
/guides/developers
99+
Troubleshooting </guides/troubleshooting/index>
99100
/examples
100101
/faq
101102

@@ -159,7 +160,6 @@ and some of the core features of Read the Docs.
159160

160161
/builds
161162
/build-customization
162-
/build-troubleshooting
163163
/environment-variables
164164

165165
/support
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. tip::
2+
3+
Please help us keep this section updated and contribute your own error resolutions, performance improvements, etc.
4+
Send in your helpful comments or ideas 💡 to [email protected]
5+
or contribute directly by clicking :guilabel:`Edit on GitHub` in the top right corner of this page.

0 commit comments

Comments
 (0)