mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 18:17:11 +08:00
Use '.. toctree::' and not '.. include::' in the User Manual.
- Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232.
This commit is contained in:
31
user/conf.py
31
user/conf.py
@@ -5,37 +5,6 @@ from conf import *
|
||||
|
||||
project = "RTEMS User Manual"
|
||||
|
||||
exclude_patterns = ['config/build.rst',
|
||||
'config/runtime.rst',
|
||||
|
||||
'start/quick.rst',
|
||||
|
||||
'hosts/os.rst',
|
||||
'hosts/prefixes.rst',
|
||||
'hosts/macos.rst',
|
||||
'hosts/posix.rst',
|
||||
'hosts/windows.rst',
|
||||
|
||||
'installation/prefixes-sandboxing.rst',
|
||||
'installation/releases.rst',
|
||||
'installation/developer.rst',
|
||||
'installation/kernel.rst',
|
||||
|
||||
'hardware/targets.rst',
|
||||
'hardware/architectures.rst',
|
||||
'hardware/bsps.rst',
|
||||
'hardware/tiers.rst',
|
||||
|
||||
'tools/build.rst',
|
||||
'tools/simulation.rst',
|
||||
|
||||
'test/create.rst',
|
||||
'test/running.rst',
|
||||
'start/installation.rst',
|
||||
'start/transition.rst',
|
||||
|
||||
'waf/index.rst']
|
||||
|
||||
latex_documents = [
|
||||
('index',
|
||||
'user.tex',
|
||||
|
Reference in New Issue
Block a user