Skip to content

Commit dd908ef

Browse files
authored
Release 10.20.0 (#11158)
1 parent 770867f commit dd908ef

File tree

57 files changed

+7418
-8079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+7418
-8079
lines changed

CHANGELOG.rst

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Version 10.20.0
2+
---------------
3+
4+
:Date: February 27, 2024
5+
6+
* `@stsewd <https://github.com/stsewd>`__: Allauth: define secrets in settings (`#11156 <https://github.com/readthedocs/readthedocs.org/pull/11156>`__)
7+
* `@humitos <https://github.com/humitos>`__: APIv3: add `_links.notifications` to `Project` resource (`#11155 <https://github.com/readthedocs/readthedocs.org/pull/11155>`__)
8+
* `@hoyes <https://github.com/hoyes>`__: Dev: Default RTD_DJANGO_DEBUG to False if not set (`#11154 <https://github.com/readthedocs/readthedocs.org/pull/11154>`__)
9+
* `@humitos <https://github.com/humitos>`__: Build: bugfix to show build notifications (`#11153 <https://github.com/readthedocs/readthedocs.org/pull/11153>`__)
10+
* `@ewjoachim <https://github.com/ewjoachim>`__: Fix Poetry instructions (`#11152 <https://github.com/readthedocs/readthedocs.org/pull/11152>`__)
11+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#11148 <https://github.com/readthedocs/readthedocs.org/pull/11148>`__)
12+
* `@humitos <https://github.com/humitos>`__: VCS: deprecation dates at application level (`#11147 <https://github.com/readthedocs/readthedocs.org/pull/11147>`__)
13+
* `@taylorhummon <https://github.com/taylorhummon>`__: fix highlighting of "fail_on_warning: true" in tutorial (`#11144 <https://github.com/readthedocs/readthedocs.org/pull/11144>`__)
14+
* `@ericholscher <https://github.com/ericholscher>`__: Refactor the index page to match the sidebar (`#11141 <https://github.com/readthedocs/readthedocs.org/pull/11141>`__)
15+
* `@ericholscher <https://github.com/ericholscher>`__: Refactor documentation navigation (`#11139 <https://github.com/readthedocs/readthedocs.org/pull/11139>`__)
16+
* `@humitos <https://github.com/humitos>`__: Lint: more files (`#11137 <https://github.com/readthedocs/readthedocs.org/pull/11137>`__)
17+
* `@agjohnson <https://github.com/agjohnson>`__: Add missing context variable (`#11135 <https://github.com/readthedocs/readthedocs.org/pull/11135>`__)
18+
* `@stsewd <https://github.com/stsewd>`__: Update Django allauth to 0.57.0 (`#11134 <https://github.com/readthedocs/readthedocs.org/pull/11134>`__)
19+
* `@humitos <https://github.com/humitos>`__: Notifications: fix rendering (`#11133 <https://github.com/readthedocs/readthedocs.org/pull/11133>`__)
20+
* `@humitos <https://github.com/humitos>`__: Notifications: allow dismiss user's notifications (`#11130 <https://github.com/readthedocs/readthedocs.org/pull/11130>`__)
21+
* `@humitos <https://github.com/humitos>`__: Release 10.19.0 (`#11128 <https://github.com/readthedocs/readthedocs.org/pull/11128>`__)
22+
* `@humitos <https://github.com/humitos>`__: Addons: add model history on AddonsConfig (`#11127 <https://github.com/readthedocs/readthedocs.org/pull/11127>`__)
23+
* `@humitos <https://github.com/humitos>`__: Projects: remove old/non-used fields (`#11124 <https://github.com/readthedocs/readthedocs.org/pull/11124>`__)
24+
* `@humitos <https://github.com/humitos>`__: Addons + Proxito: return `X-RTD-Resolver-Filename` and inject via CF (`#11100 <https://github.com/readthedocs/readthedocs.org/pull/11100>`__)
25+
* `@arti-bol <https://github.com/arti-bol>`__: Added a troubleshooting section for webhook (`#11099 <https://github.com/readthedocs/readthedocs.org/pull/11099>`__)
26+
127
Version 10.19.0
228
---------------
329

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
master_doc = "index"
7979
copyright = "Read the Docs, Inc & contributors"
80-
version = "10.19.0"
80+
version = "10.20.0"
8181
release = version
8282
exclude_patterns = ["_build", "shared", "_includes"]
8383
default_role = "obj"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs",
3-
"version": "10.19.0",
3+
"version": "10.20.0",
44
"description": "Read the Docs build dependencies",
55
"author": "Read the Docs, Inc <[email protected]>",
66
"scripts": {

readthedocs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Read the Docs."""
22

33

4-
__version__ = "10.19.0"
4+
__version__ = "10.20.0"

readthedocs/core/static/core/js/site.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)