Skip to content

Commit 6778a57

Browse files
committed
💚 Fix failing docs build
1 parent 66cd745 commit 6778a57

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Change history
3333
* Upgrade npm packages to fix vulnerabilities
3434
* Fixed admin logout button
3535
* [:objects-api:`550`] Implement cache for objecttypes
36-
* [:objects-api:`550`] add OBJECTTYPE_VERSION_CACHE_TIMEOUT environment variable `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#cache>`_
37-
* [:objects-api:`572`] Add db connection pooling environment variables `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_
36+
* [:objects-api:`550`] add OBJECTTYPE_VERSION_CACHE_TIMEOUT environment variable (see `documentation for environment variables for caching <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#cache>`_)
37+
* [:objects-api:`572`] Add db connection pooling environment variables (see `documentation for environment variables for database <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_)
3838

3939
* DB_POOL_ENABLED
4040
* DB_POOL_MIN_SIZE
@@ -46,7 +46,7 @@ Change history
4646
* DB_POOL_RECONNECT_TIMEOUT
4747
* DB_POOL_NUM_WORKERS
4848

49-
* [:objects-api:`566`] Add DB_CONN_MAX_AGE environment variable `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_
49+
* [:objects-api:`566`] Add DB_CONN_MAX_AGE environment variable (see `documentation for environment variables for database <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_)
5050

5151
3.0.3 (2025-04-03)
5252
------------------
@@ -132,8 +132,7 @@ Change history
132132
.. warning::
133133

134134
Previous configuration files used for ``setup_configuration`` do not work.
135-
See the `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config_cli.html>`_
136-
for the available settings that can now be configured through ``setup_configuration``.
135+
See :ref:`installation_config_cli` for the available settings that can now be configured through ``setup_configuration``.
137136

138137
* added support for configuring permissions through ``django-setup-configuration``
139138
version ``0.4.0`` [#497]

0 commit comments

Comments
 (0)