Dear developers, we're using Sphinx for the first time in our project and I'm responsible for the integration of the Sphinx-Build into our build infrastructure using Jenkins. I've spend a couple of hours to deal with a simple problem: how can I set the rst_prolog containing multiple lines via sphinx-build/command line?
The idea behind is: within the RST files I'd like to refer to a custom variable that should be set during compile time, e. g. "sphinx-build -D myVariable='myContent'". Within the RST file I'd like to reference the variable and print the value 'myContent' within the output (HTML, PDF)