File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed
Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ jobs:
436436 sqlite tiledb zstd cryptopp cgal doxygen librttopo openssl liblzma-devel \
437437 openjdk ant qhull armadillo blas blas-devel libblas libcblas liblapack liblapacke blosc libarchive \
438438 libarrow pyarrow libaec libheif libavif muparser cmake fsspec
439+ pip install -r doc/requirements.txt
439440 - name : Check CMake version
440441 shell : bash -l {0}
441442 run : |
@@ -468,14 +469,18 @@ jobs:
468469 run : cmake --build $GITHUB_WORKSPACE/build --config Release -j 2
469470 env :
470471 GIT_LFS_SKIP_SMUDGE : 1 # for PublicDecompWT github repository clone
472+ - name : Build HTML pages
473+ shell : bash -l {0}
474+ run : cmake --build $GITHUB_WORKSPACE/build --config Release -j 2 --target html
471475 - name : test
472476 shell : bash -l {0}
473477 run : |
474478 cmake --build $GITHUB_WORKSPACE/build --config Release --target quicktest
475479 - name : test (with ctest)
476480 shell : bash -l {0}
477481 run : |
478- ctest --test-dir $GITHUB_WORKSPACE/build -C Release -V -j 3
482+ # Exclude doc spellcheck as it crashes
483+ ctest --test-dir $GITHUB_WORKSPACE/build -C Release -V -j 3 -E spelling
479484 env :
480485 SKIP_OGR_GMLAS_HUGE_PROCESSING_TIME : YES
481486 SKIP_OGR_GMLAS_HTTP_RELATED : YES
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ def check_python_bindings():
310310 (".*" , "classPythonPluginLayer" ),
311311 (".*" , "classPythonPluginDriver" ),
312312 (".*" , "classGDALSubsetGroup" ),
313+ (".*" , "structOGRwkbExportOptions" ), # only emitted by Windows CI
313314 # FIXME We ignore everything python related for now...
314315 ("py:.*" , ".*" ),
315316 # TODO: To examine
Original file line number Diff line number Diff line change 1- .. _raster.Idrisi :
1+ .. _raster.idrisi :
22
33================================================================================
44RST -- Idrisi Raster Format
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Raster drivers
8585 heif
8686 hf2
8787 hfa
88- Idrisi
88+ idrisi
8989 ilwis
9090 iris
9191 isce
Original file line number Diff line number Diff line change @@ -297,6 +297,8 @@ buildbot
297297Buildbot
298298BuildVRT
299299BuildVRTOptions
300+ bulleted
301+ Bulleted
300302bumpmap
301303BUnits
302304bUnlinkAndSeize
@@ -1206,6 +1208,7 @@ gnot
12061208Gohlke
12071209Golang
12081210Golomb
1211+ Goode
12091212goog
12101213googleapis
12111214gpkg
12561259gzip
12571260GZip
12581261gzipped
1262+ Hadoop
12591263Haff
12601264Halasz
12611265hana
@@ -1847,6 +1851,7 @@ Mollweide
18471851Mongo
18481852MONGOCXX
18491853mongocxxv
1854+ MongoDB
18501855monoblock
18511856Monospace
18521857Morissette
@@ -1892,6 +1897,7 @@ multilines
18921897multilinestring
18931898multilinestrings
18941899Multipage
1900+ multipart
18951901multipatch
18961902Multiplatform
18971903multipoint
@@ -2591,6 +2597,7 @@ precompiled
25912597precompute
25922598predefine
25932599predelete
2600+ preinstalled
25942601prelimenary
25952602preload
25962603premultiplication
@@ -2760,8 +2767,8 @@ rasterization
27602767rasterize
27612768Rasterize
27622769rasterized
2763- rasterizes
27642770RasterizeOptions
2771+ rasterizes
27652772rasterizing
27662773rasterlite
27672774Rasterlite
You can’t perform that action at this time.
0 commit comments