MCPcopy Create free account
hub / github.com/ThePhD/sol2 / generate_doxygen_xml

Function generate_doxygen_xml

documentation/source/conf.py:340–346  ·  view source on GitHub ↗

Run the doxygen make commands if we're on the ReadTheDocs server

(app)

Source from the content-addressed store, hash-verified

338
339
340def generate_doxygen_xml(app):
341 """Run the doxygen make commands if we're on the ReadTheDocs server"""
342
343 read_the_docs_build = os.environ.get('READTHEDOCS', None) == 'True'
344
345 if read_the_docs_build:
346 run_cmake_doxygen()
347
348
349def setup(app):

Callers

nothing calls this directly

Calls 2

run_cmake_doxygenFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected