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/user/guides/pull-requests.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ See `Limitations`_ for more information.
22
22
The previous method of pull request previews using a GitHub workflow that called `@readthedocs/actions <https://github.com/readthedocs/actions/>`__ is now deprecated.
23
23
If you used that method, you should remove its configuration.
24
24
25
+
Build overview
26
+
--------------
27
+
28
+
You can enable a build overview comment to be added to your pull requests when changes are detected between the pull request and the latest version of the documentation.
29
+
This comment includes a list of the files that changed, and links to view the built documentation.
30
+
See :ref:`visual-diff:Show build overview in pull requests` for more information.
31
+
25
32
Privacy levels
26
33
--------------
27
34
@@ -53,13 +60,6 @@ To change the privacy level:
53
60
54
61
Privacy levels work the same way as :ref:`normal versions <versions:Version states>`.
55
62
56
-
Build overview
57
-
--------------
58
-
59
-
You can enable a build overview comment to be added to your pull requests when changes are detected between the pull request and the latest version of the documentation.
60
-
This comment includes a list of the files that changed, and links to view the built documentation.
61
-
See :ref:`visual-diff:Show build overview in pull requests` for more information.
0 commit comments