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