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
+31
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
Version 10.18.0
2
+
---------------
3
+
4
+
:Date: February 06, 2024
5
+
6
+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump peter-evans/create-pull-request from 5 to 6 (`#11092 <https://github.com/readthedocs/readthedocs.org/pull/11092>`__)
7
+
* `@man-chi <https://github.com/man-chi>`__: add example list for showing basic asciidoc using Antora (`#11091 <https://github.com/readthedocs/readthedocs.org/pull/11091>`__)
8
+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11090 <https://github.com/readthedocs/readthedocs.org/pull/11090>`__)
9
+
* `@stsewd <https://github.com/stsewd>`__: Use html_format instead of mark_safe + format (`#11086 <https://github.com/readthedocs/readthedocs.org/pull/11086>`__)
10
+
* `@stsewd <https://github.com/stsewd>`__: Build: use version slug for get_version_slug (`#11085 <https://github.com/readthedocs/readthedocs.org/pull/11085>`__)
11
+
* `@stsewd <https://github.com/stsewd>`__: Integrations: Don't allow webhooks without a secret (`#11083 <https://github.com/readthedocs/readthedocs.org/pull/11083>`__)
12
+
* `@stsewd <https://github.com/stsewd>`__: Config file: add support for latest aliases (`#11081 <https://github.com/readthedocs/readthedocs.org/pull/11081>`__)
* `@stsewd <https://github.com/stsewd>`__: Redirects: remove unused status field (`#11079 <https://github.com/readthedocs/readthedocs.org/pull/11079>`__)
15
+
* `@stsewd <https://github.com/stsewd>`__: Docs: fix redirects example (`#11078 <https://github.com/readthedocs/readthedocs.org/pull/11078>`__)
* `@humitos <https://github.com/humitos>`__: Build: add support for Ruby (`#11075 <https://github.com/readthedocs/readthedocs.org/pull/11075>`__)
19
+
* `@humitos <https://github.com/humitos>`__: Build: update some `build.tools` versions (`#11074 <https://github.com/readthedocs/readthedocs.org/pull/11074>`__)
20
+
* `@humitos <https://github.com/humitos>`__: Make Sphinx to share environment between commands (`#11073 <https://github.com/readthedocs/readthedocs.org/pull/11073>`__)
21
+
* `@ericholscher <https://github.com/ericholscher>`__: Fix provier_name in notification template (`#11066 <https://github.com/readthedocs/readthedocs.org/pull/11066>`__)
* `@humitos <https://github.com/humitos>`__: Notification: create an index for `attached_to` (`#11050 <https://github.com/readthedocs/readthedocs.org/pull/11050>`__)
The ``ubuntu-lts-latest`` option refers to the latest Ubuntu LTS version of Ubuntu available on Read the Docs,
283
+
which may not match the latest Ubuntu LTS officially released.
284
+
285
+
.. warning::
286
+
287
+
Using ``ubuntu-lts-latest`` may break your builds unexpectedly if your project isn't compatible with the newest Ubuntu LTS version when it's updated by Read the Docs.
288
+
280
289
build.tools
281
290
```````````
282
291
283
292
Version specifiers for each tool. It must contain at least one tool.
Each tool has a ``latest`` option available, which refers to the latest version available on Read the Docs,
301
+
which may not match the latest version officially released.
302
+
Versions and the ``latest`` option are updated at least once every six months to keep up with the latest releases.
303
+
304
+
.. warning::
305
+
306
+
Using ``latest`` may break your builds unexpectedly if your project isn't compatible with the newest version of the tool when it's updated by Read the Docs.
307
+
289
308
build.tools.python
290
309
``````````````````
291
310
@@ -301,17 +320,20 @@ You can use several interpreters and versions, from CPython, Miniconda, and Mamb
301
320
:Type: ``string``
302
321
:Options:
303
322
- ``2.7``
304
-
- ``3`` (last stable CPython version)
323
+
- ``3`` (alias for the latest 3.x version available on Read the Docs)
305
324
- ``3.6``
306
325
- ``3.7``
307
326
- ``3.8``
308
327
- ``3.9``
309
328
- ``3.10``
310
329
- ``3.11``
311
330
- ``3.12``
331
+
- ``latest`` (alias for the latest version available on Read the Docs)
312
332
- ``miniconda3-4.7``
333
+
- ``miniconda-latest`` (alias for the latest version available on Read the Docs)
313
334
- ``mambaforge-4.10``
314
335
- ``mambaforge-22.9``
336
+
- ``mambaforge-latest`` (alias for the latest version available on Read the Docs)
315
337
316
338
build.tools.nodejs
317
339
``````````````````
@@ -325,6 +347,17 @@ Node.js version to use.
325
347
- ``18``
326
348
- ``19``
327
349
- ``20``
350
+
- ``latest`` (alias for the latest version available on Read the Docs)
351
+
352
+
build.tools.ruby
353
+
````````````````
354
+
355
+
Ruby version to use.
356
+
357
+
:Type: ``string``
358
+
:Options:
359
+
- ``3.3``
360
+
- ``latest`` (alias for the latest version available on Read the Docs)
328
361
329
362
build.tools.rust
330
363
````````````````
@@ -337,6 +370,8 @@ Rust version to use.
337
370
- ``1.61``
338
371
- ``1.64``
339
372
- ``1.70``
373
+
- ``1.75``
374
+
- ``latest`` (alias for the latest version available on Read the Docs)
340
375
341
376
build.tools.golang
342
377
``````````````````
@@ -349,6 +384,8 @@ Go version to use.
349
384
- ``1.18``
350
385
- ``1.19``
351
386
- ``1.20``
387
+
- ``1.21``
388
+
- ``latest`` (alias for the latest version available on Read the Docs)
352
389
353
390
build.apt_packages
354
391
``````````````````
@@ -657,13 +694,13 @@ Set a custom search rank over pages matching a pattern.
657
694
:Type: ``map`` of patterns to ranks
658
695
:Default: ``{}``
659
696
660
-
Patterns are matched against the final html pages produced by the build
661
-
(you should try to match `index.html`, not `docs/index.rst`).
662
-
Patterns can include some special characters:
697
+
Patterns are matched against the relative paths of the HTML files produced by the build,
698
+
you should try to match ``index.html``, not ``docs/index.rst``, nor ``/en/latest/index.html``.
699
+
Patterns can include one or more of the following special characters:
663
700
664
-
- ``*`` matches everything
665
-
- ``?`` matches any single character
666
-
- ``[seq]`` matches any character in ``seq``
701
+
- ``*`` matches everything, including slashes.
702
+
- ``?`` matches any single character.
703
+
- ``[seq]`` matches any character in ``seq``.
667
704
668
705
The rank can be an integer number between -10 and 10 (inclusive).
669
706
Pages with a rank closer to -10 will appear further down the list of results,
0 commit comments