[doc] Update paparazzicenter doc and add airframe doc. (#3398)

* Update paparazzicenter doc and add airframe doc.
* remove empty files.

---------

Co-authored-by: Fabien-B <fabien.bonneval@gmail.com>
Co-authored-by: Florian Sansou <florian.sansou@enac.fr>
This commit is contained in:
Florian Sansou
2025-02-03 14:11:12 +01:00
committed by GitHub
parent 02b08b08c4
commit aadd2a5c01
12 changed files with 363 additions and 70 deletions
+7 -2
View File
@@ -40,17 +40,22 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'myst_parser',
'modules_parser',
]
myst_enable_extensions = [
"colon_fence",
]
myst_heading_anchors = 3
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst']
# The encoding of source files.
#