MapServer / MapServer-documentation

Source repository for the MapServer documentation, for the live website. Please submit pull requests to the 'main' branch.
https://mapserver.org
Other
34 stars 69 forks source link

suggested improvements on docs for building docs #836

Closed pvgenuchten closed 7 months ago

pvgenuchten commented 1 year ago

i tried to build docs on a clean system, some findings which maybe should be included on docs (Ubuntu)

Error:

msgfmt command not found

Is related to missing gettext

apt-get install gettext

Error:

ModuleNotFoundError: No module named 'mapscript'

Missing in requirements.txt?

pip install mapscript

Error:

/MapServer-documentation/en/mapscript/mapscript-api/functions.rst:5: WARNING: autosummary: failed to import mapscript.shapeObj_fromWKT.
Possible hints:
* ModuleNotFoundError: No module named 'mapscript.shapeObj_fromWKT'
jmckenna commented 1 year ago

@pvgenuchten do the changes proposed through https://github.com/MapServer/MapServer-documentation/pull/839 help? (please give it a review). Thanks!

geographika commented 7 months ago

Closed as per https://github.com/MapServer/MapServer-documentation/pull/839#issuecomment-1712163942