diff --git a/docs/changelog.rst b/docs/changelog.rst index 3d726957b9..f9881b79fa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,11 @@ CHANGELOG 2.106.0+dev (XXXX-XX-XX) ------------------------ +**Documentation** + +- Improve information about upgrading geotrek-admin version with debian +- Remove obsolete SHOW_SENSITIVE_AREAS_ON_MAP_SCREENSHOT parameter + 2.106.0 (2024-05-15) -------------------- diff --git a/docs/install/advanced-configuration.rst b/docs/install/advanced-configuration.rst index cd291104fc..3e4c82249c 100644 --- a/docs/install/advanced-configuration.rst +++ b/docs/install/advanced-configuration.rst @@ -505,7 +505,6 @@ Map screenshots .. code-block:: python - SHOW_SENSITIVE_AREAS_ON_MAP_SCREENSHOT = True SHOW_POIS_ON_MAP_SCREENSHOT = True SHOW_SERVICES_ON_MAP_SCREENSHOT = True SHOW_SIGNAGES_ON_MAP_SCREENSHOT = True diff --git a/docs/install/upgrade.rst b/docs/install/upgrade.rst index c3a24cdbe5..2288daa961 100644 --- a/docs/install/upgrade.rst +++ b/docs/install/upgrade.rst @@ -34,25 +34,11 @@ To upgrade only geotrek-admin and its dependencies, run: sudo apt-get install geotrek-admin -To upgrade geotrek-admin to a **specific version**, run: - -:: - - sudo apt-get install geotrek-admin= - -For instance: - -:: - - sudo apt-get install geotrek-admin=2.97.4.ubuntu18.04 - -or - -:: - - sudo apt-get install geotrek-admin=2.98.0.ubuntu20.04 +.. note:: -**Note:** all package versions remain available. Even when not listed with ``apt list``. + - It is only possible to install the latest version of geotrek-admin via this command line + - All package versions remain available as `release assets `_. Download the .deb for your architecture and do ``sudo apt-get install ``. + - Example : ``sudo apt-get install geotrek-admin_2.106.0.ubuntu20.04_amd64.deb`` Once geotrek-admin has been upgraded you may want to prevent unwanted upgrade with the whole distribution, you can run: