summaryrefslogtreecommitdiff
path: root/libitm/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/doc/conf.py')
-rw-r--r--libitm/doc/conf.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/libitm/doc/conf.py b/libitm/doc/conf.py
deleted file mode 100644
index c288e34fdba..00000000000
--- a/libitm/doc/conf.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# Configuration file for the Sphinx documentation builder.
-
-import sys
-sys.path.append('../..//doc')
-
-from baseconf import *
-
-name = 'libitm'
-project = 'The GNU Transactional Memory Library'
-copyright = '2011-2022 Free Software Foundation, Inc.'
-authors = 'GCC Developer Community'
-
-# Grouping the document tree into Texinfo files. List of tuples
-# (source start file, target name, title, author,
-# dir menu entry, description, category)
-latex_documents = [
- ('index', f'{name}.tex', project, authors, 'manual'),
-]
-
-texinfo_documents = [
- ('index', name, project, authors, None, None, None, True)
-]
-
-set_common(name, globals()) \ No newline at end of file