summaryrefslogtreecommitdiffstats
path: root/user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'user/conf.py')
-rw-r--r--user/conf.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/user/conf.py b/user/conf.py
index 9865a2d..17a4a20 100644
--- a/user/conf.py
+++ b/user/conf.py
@@ -11,13 +11,8 @@ project = "RTEMS User Manual"
exclude_patterns = ['config/build.rst',
'config/runtime.rst',
- 'start/installation.rst',
- 'start/basics.rst',
- 'start/depend.rst',
'start/quick.rst',
- 'start/transition.rst',
-
'hosts/os.rst',
'hosts/prefixes.rst',
'hosts/macos.rst',
@@ -29,11 +24,18 @@ exclude_patterns = ['config/build.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']