Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mapscript docs referencing 8.4 functionality from 8.2 branch #965

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

geographika
Copy link
Member

Documentation builds for the 8.2 branch are reporting the following errors:

AttributeError: module 'mapscript' has no attribute 'MS_COMPOP_HSL_HUE'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/sphinx/ext/autodoc/importer.py", line 210, in import_object
    obj = attrgetter(obj, mangled_name)
...

I think this is due to #914 being merged in May 2024, prior to the 8.2 documentation branch being created. When the branch was created from main this pull request was included.

The references to 8.4 functionality are live at https://www.mapserver.org/mapfile/composite.html (which isn't an issue). This pull requests fixes the 8.2 branch to avoid the above Python errors.

@geographika geographika merged commit 5dae9be into MapServer:branch-8-2 Sep 29, 2024
2 checks passed
@geographika geographika deleted the future branch September 29, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant