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: CHANGELOG.rst
+28
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
Version 9.0.0
2
+
-------------
3
+
4
+
This version upgrades our Search API experience to a v3.
5
+
6
+
:Date: November 28, 2022
7
+
8
+
* `@Jean-Maupas <https://github.com/Jean-Maupas>`__: A few text updates (`#9761 <https://github.com/readthedocs/readthedocs.org/pull/9761>`__)
9
+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9760 <https://github.com/readthedocs/readthedocs.org/pull/9760>`__)
10
+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: 4 diátaxis categories at the top of the navigation sidebar (Diátaxis iteration 0) (`#9758 <https://github.com/readthedocs/readthedocs.org/pull/9758>`__)
11
+
* `@ericholscher <https://github.com/ericholscher>`__: Be more explicit where go to in VCS intstructions (`#9757 <https://github.com/readthedocs/readthedocs.org/pull/9757>`__)
12
+
* `@benjaoming <https://github.com/benjaoming>`__: Docs: Adding a pattern for reusing "Only on Read the Docs for Business" admonition (Diátaxis refactor) (`#9754 <https://github.com/readthedocs/readthedocs.org/pull/9754>`__)
* `@eltociear <https://github.com/eltociear>`__: Fix typo in private.py (`#9744 <https://github.com/readthedocs/readthedocs.org/pull/9744>`__)
16
+
* `@browniebroke <https://github.com/browniebroke>`__: Docs: update instructions to install deps with Poetry (`#9743 <https://github.com/readthedocs/readthedocs.org/pull/9743>`__)
17
+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#9742 <https://github.com/readthedocs/readthedocs.org/pull/9742>`__)
18
+
* `@humitos <https://github.com/humitos>`__: Telemetry: include all the PyPI packages (`#9737 <https://github.com/readthedocs/readthedocs.org/pull/9737>`__)
19
+
* `@humitos <https://github.com/humitos>`__: Docs: cancel PR builds if there is no documentation changes (`#9734 <https://github.com/readthedocs/readthedocs.org/pull/9734>`__)
20
+
* `@humitos <https://github.com/humitos>`__: Docs: add an example for custom domain input (`#9733 <https://github.com/readthedocs/readthedocs.org/pull/9733>`__)
* `@stsewd <https://github.com/stsewd>`__: Design doc: new search API (`#9533 <https://github.com/readthedocs/readthedocs.org/pull/9533>`__)
27
+
* `@humitos <https://github.com/humitos>`__: Docs: `poetry` example on `build.jobs` section (`#9445 <https://github.com/readthedocs/readthedocs.org/pull/9445>`__)
Copy file name to clipboardExpand all lines: docs/dev/install.rst
+14-2
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Development Installation
4
4
.. meta::
5
5
:description lang=en: Install a local development instance of Read the Docs with our step by step guide.
6
6
7
-
These are development setup and :ref:`standards <install:Core team standards>` that are followed to by the core development team. If you are a contributor to Read the Docs,
8
-
it might a be a good idea to follow these guidelines as well.
7
+
These are development setup and :ref:`standards <install:Core team standards>` that are followed to by the core development team.
8
+
If you are a contributor to Read the Docs, it might a be a good idea to follow these guidelines as well.
9
9
10
10
Requirements
11
11
------------
@@ -224,6 +224,17 @@ For others, the webhook will simply fail to connect when there are new commits t
224
224
Troubleshooting
225
225
---------------
226
226
227
+
.. warning::
228
+
229
+
The environment is developed and mainly tested on Docker Compose v1.x.
230
+
If you are running Docker Compose 2.x, please make sure you have ``COMPOSE_COMPATIBILITY=true`` set.
231
+
This is automatically loaded via the ``.env`` file.
232
+
If you want to ensure that the file is loaded, run:
233
+
234
+
.. code-block:: console
235
+
236
+
source .env
237
+
227
238
Builds fail with a generic error
228
239
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
229
240
@@ -267,6 +278,7 @@ you have to follow these steps:
267
278
268
279
Once this is done, you should be able to trigger a new build on that project and it should succeed.
0 commit comments