Skip to content

Commit

Permalink
Merge pull request #4112 from GeotrekCE/improvements-doc
Browse files Browse the repository at this point in the history
[馃摑 Documentation]  Put back SHOW_SENSITIVE_AREAS_ON_MAP_SCREENSHOT parameter
  • Loading branch information
submarcos committed May 17, 2024
2 parents 627ecc2 + c9de16c commit 3f9a0f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,12 @@ jobs:
doc:
name: Documentation
runs-on: ubuntu-latest
container:
image: python:3.8
env:
LANG: C.UTF-8
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/python-cache-requirements
with:
requirements: docs/requirements.txt

- name: Install dependencies
run: |
pip3 install -r docs/requirements.txt
- name: Build doc
run: |
cd docs/
Expand Down
1 change: 0 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CHANGELOG
**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)
--------------------
Expand Down
1 change: 1 addition & 0 deletions docs/install/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ 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
Expand Down

0 comments on commit 3f9a0f8

Please sign in to comment.