Warning, /frameworks/extra-cmake-modules/docs/sphinx/ecm.css.in is written in an unsupported language. File is not indexed.

0001 /* Import the Sphinx theme style.  */
0002 @import url("${sphinx_theme}.css");
0003 
0004 /* Wrap sidebar content even within words so that long
0005    document names do not escape sidebar borders.  */
0006 div.sphinxsidebarwrapper {
0007   word-wrap: break-word;
0008 }