]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "sphinx: include todolist only if INCLUDE_TODO env. set"
authorMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 20:48:17 +0000 (21:48 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Nov 2022 08:35:02 +0000 (09:35 +0100)
This reverts commit c64fd69420fd153f9fb16a603ff0a711fbde8335.

doc/baseconf.py
doc/indices-and-tables.rst

index c91675d3d049e82bffe351c3327c6aed19ab4979..8021a101e77144693c94af8a0a8df1c874d759c2 100644 (file)
@@ -51,7 +51,6 @@ gcc_REVISION = read_file('REVISION')
 VERSION_PACKAGE = os.getenv('VERSION_PACKAGE')
 BUGURL = os.getenv('BUGURL')
 MONOCHROMATIC = os.getenv('MONOCHROMATIC')
-INCLUDE_TODO = os.getenv('INCLUDE_TODO')
 
 YEAR = time.strftime('%Y')
 
@@ -216,8 +215,6 @@ def set_common(name, module):
     if gcc_DEVPHASE == 'experimental':
         module['todo_include_todos'] = True
         module['tags'].add('development')
-    if INCLUDE_TODO:
-        module['tags'].add('include_todo')
 
     html_theme_options['source_edit_link'] = f'https://gcc.gnu.org/onlinedocs/{name}' \
                                              '/_sources/{filename}.txt'
index 0f4cd2fdc289914527f560d0207cf46586d0b73e..56b33139280a5038ac53d46e65eeab39a13899ac 100644 (file)
@@ -5,7 +5,7 @@
 
   :ref:`genindex`
 
-  .. only:: include_todo
+  .. only:: development
 
     TODO
     ----