<div dir="ltr">That's what I was looking for! Thanks!!!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 14, 2019 at 9:04 AM <<a href="mailto:Torsten@robitzki.de">Torsten@robitzki.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> Am 14.02.2019 um 14:53 schrieb Timothy Wrona <<a href="mailto:tjwrona1992@gmail.com" target="_blank">tjwrona1992@gmail.com</a>>:<br>
> <br>
> How does Sphinx know to go parse that ".cmake" file? Does Sphinx recognize the „cmake-module" keyword in a special way and know what to do with it?<br>
<br>
it’s from a Sphinx module that you can find the in the CMake sources Utilities/Sphinx/cmake.py. Or you can install this file using pip:<br>
<br>
> pip install sphinxcontrib-moderncmakedomain<br>
<br>
When configuring Sphinx, you have to name the extensions to use in Sphinx's configuration file (conf.py) and add the name of the extension (sphinxcontrib.moderncmakedomain) to the extensions array.<br>
<br>
best regards,<br>
<br>
Torsten<br>
</blockquote></div>