aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/doc/conf.py')
-rw-r--r--gcc/d/doc/conf.py30
1 files changed, 0 insertions, 30 deletions
diff --git a/gcc/d/doc/conf.py b/gcc/d/doc/conf.py
deleted file mode 100644
index c33f28a..0000000
--- a/gcc/d/doc/conf.py
+++ /dev/null
@@ -1,30 +0,0 @@
-# Configuration file for the Sphinx documentation builder.
-
-import sys
-sys.path.append('../../..//doc')
-
-from baseconf import *
-
-name = 'gdc'
-project = 'The GNU D Compiler'
-copyright = '2006-2022 Free Software Foundation, Inc.'
-authors = 'David Friedman, Iain Buclaw'
-
-# 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'),
-]
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-man_pages = [
- ('invoking-gdc', name, project, [authors], 1),
-]
-
-texinfo_documents = [
- ('index', name, project, authors, None, None, None, True)
-]
-
-set_common(name, globals()) \ No newline at end of file