docs: remove breathe/doxygen stuff

Reviewed-by: Jani Nikula <jani@nikula.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24507>
This commit is contained in:
Erik Faye-Lund
2023-10-25 00:20:45 +03:00
committed by Marge Bot
parent ae74d486ad
commit bbd6ef4d34
3 changed files with 4 additions and 110 deletions

View File

@@ -40,7 +40,6 @@ sys.path.append(os.path.abspath('_exts'))
# ones.
extensions = [
'bootstrap',
'breathe',
'formatting',
'hawkmoth',
'nir',
@@ -239,11 +238,3 @@ rst_prolog = '''
.. |out| replace:: **[out]**
.. |inout| replace:: **[inout]**
'''
# -- Options for breathe --------------------------------------------------
breathe_projects = {
'mesa' : 'doxygen_xml',
}
breathe_default_project = 'mesa'
breathe_show_define_initializer = True
breathe_show_enumvalue_initializer = True