RSB: Make the bullet style more consistent.

This commit is contained in:
Joel Sherrill
2016-10-30 16:18:29 -05:00
parent cddb06c537
commit 47aad7a5c3
2 changed files with 43 additions and 34 deletions

View File

@@ -6,8 +6,8 @@ from conf import *
version = '4.11.0'
release = '4.11.0'
project = "RTEMS C User Manual"
project = "RTEMS Source Builder Manual"
latex_documents = [
('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
('index', 'c_user.tex', u'RTEMS C Source Builder', u'RTEMS Documentation Project', 'manual'),
]