Add rst prolog and |ece4| shorthand
The underlying problem is that the phrase "EC-Earth 4" (used quite often in the docs) can break lines at the space, which is not nice. Furthermore, it is sometimes written without space, which is not consistent.
Hence, it would be good to have an |ece4|
shorthand, which can be used whenever we want to write "EC-Earth 4". This needs a non-breaking space and the definition of the shorthand. Both is done by defining rst_prolog
in conf.py
, which all rst files read.
Note: This MR is based on !8 (merged)