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
+19
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
Version 10.5.0
2
+
--------------
3
+
4
+
:Date: September 18, 2023
5
+
6
+
* `@github-actions[bot] <https://github.com/github-actions[bot]>`__: Dependencies: all packages updated via pip-tools (`#10744 <https://github.com/readthedocs/readthedocs.org/pull/10744>`__)
7
+
* `@stsewd <https://github.com/stsewd>`__: Subscriptions: remove old models (`#10740 <https://github.com/readthedocs/readthedocs.org/pull/10740>`__)
8
+
* `@ericholscher <https://github.com/ericholscher>`__: Change frequency of pageview delete code (`#10739 <https://github.com/readthedocs/readthedocs.org/pull/10739>`__)
9
+
* `@humitos <https://github.com/humitos>`__: Proxito: add CORS headers only on public versions (`#10737 <https://github.com/readthedocs/readthedocs.org/pull/10737>`__)
* `@humitos <https://github.com/humitos>`__: Addons: allow users to opt-in into the beta addons (`#10733 <https://github.com/readthedocs/readthedocs.org/pull/10733>`__)
12
+
* `@humitos <https://github.com/humitos>`__: Docs: review and update the whole FAQ page. (`#10732 <https://github.com/readthedocs/readthedocs.org/pull/10732>`__)
* `@humitos <https://github.com/humitos>`__: Addons: include `hotkeys` in API response (`#10722 <https://github.com/readthedocs/readthedocs.org/pull/10722>`__)
15
+
* `@humitos <https://github.com/humitos>`__: Docs: make `sphinx.configuration` in the tutorial (`#10718 <https://github.com/readthedocs/readthedocs.org/pull/10718>`__)
16
+
* `@humitos <https://github.com/humitos>`__: Requirements: revert upgrade to `psycopg==3.x` (`#10713 <https://github.com/readthedocs/readthedocs.org/pull/10713>`__)
17
+
* `@humitos <https://github.com/humitos>`__: FooterAPI: use `AdminPermission` when working with object users (`#10709 <https://github.com/readthedocs/readthedocs.org/pull/10709>`__)
18
+
* `@stsewd <https://github.com/stsewd>`__: Search: stop relying on the DB when indexing (`#10696 <https://github.com/readthedocs/readthedocs.org/pull/10696>`__)
See the official documentation for instructions to enable it in your Sphinx theme.
244
+
Read the `sphinx-rtd-theme documentation <https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html>`_
245
+
for instructions to enable it in your Sphinx project.
288
246
289
247
290
248
Image scaling doesn't work in my documentation
291
249
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
292
250
293
-
Image scaling in docutils depends on PIL. PIL is installed in the system that RTD runs on. However, if you are using the virtualenv building option, you will likely need to include PIL in your requirements for your project.
294
-
251
+
Image scaling in ``docutils`` depends on ``Pillow``.
252
+
If you notice that image scaling is not working properly on your Sphinx project,
253
+
you may need to add ``Pillow`` to your requirements to fix this issue.
254
+
Read more about :doc:`guides/reproducible-builds` to define your dependencies in a ``requirements.txt`` file.
295
255
296
256
Python
297
257
------
@@ -300,30 +260,14 @@ Can I document a Python package that is not at the root of my repository?
To ensure proper installation of a Python package, the ``pip`` :ref:`install method <config-file/v2:python.install>` will automatically upgrade every dependency to its most recent version in case they aren't:term:`pinned <pinning>` by the package definition.
358
-
If instead you'd like to pin your dependencies outside the package, you can add this line to your requirements or environment file (if you are using Conda).
301
+
If you'd like to pin your dependencies outside the package,
302
+
you can add this line to your requirements or environment file (if you are using Conda).
359
303
360
304
In your ``requirements.txt`` file::
361
305
@@ -368,26 +312,6 @@ In your Conda environment file (``environment.yml``)::
368
312
-e ..
369
313
370
314
371
-
Can I use Anaconda Project and ``anaconda-project.yml``?
0 commit comments