Lines Matching full:sphinx
3 # Configuration file for the Sphinx documentation builder.
7 # https://www.sphinx-doc.org/en/master/usage/configuration.html
15 'sphinx.ext.autodoc',
16 'sphinx.ext.doctest',
17 'sphinx.ext.mathjax',
18 'sphinx.ext.viewcode',
19 'sphinx.ext.imgmath',
20 'sphinx.ext.todo',
32 subprocess.call('cd sphinx ; make clean', shell=True)
33 subprocess.call('cd sphinx/doxygen ; doxygen', shell=True)
37 breathe_projects = { "libbpf": "./sphinx/doxygen/build/xml/" }