summaryrefslogtreecommitdiffstats
path: root/networking/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/networking/conf.py b/networking/conf.py
index 30e78d5..2f1b64e 100644
--- a/networking/conf.py
+++ b/networking/conf.py
@@ -3,11 +3,12 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '4.11.99'
-release = '4.11.99'
-
project = "RTEMS Networking User Manual"
latex_documents = [
- ('index', 'networking.tex', u'RTEMS Networking User Manual', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'networking.tex',
+ u'RTEMS Networking User Manual',
+ u'RTEMS Documentation Project',
+ 'manual'),
]