mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
[sphinx] Adds a documentation section on Modules (#2862)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/* Removes table horizontal scrollbar and fits table content to page */
|
||||
.wy-table-responsive table td {
|
||||
white-space: normal;
|
||||
}
|
||||
@@ -167,6 +167,10 @@ html_theme = 'sphinx_rtd_theme'
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
html_css_files = [
|
||||
'custom.css',
|
||||
]
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
# directly to the root of the documentation.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
File diff suppressed because it is too large
Load Diff
@@ -28,8 +28,8 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
quickstart/index_quick_start
|
||||
user_guide/index_user_guide
|
||||
installation/index_installation
|
||||
user_guide/index_user_guide
|
||||
developer_guide/index_developer
|
||||
tutorials/index_tutorials
|
||||
support/index_support
|
||||
|
||||
Reference in New Issue
Block a user