[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #14 from Martin Liška  ---
Ok, so it's possible with a small workaround:
https://stackoverflow.com/questions/36235578/how-can-i-include-the-genindex-in-a-sphinx-toc

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #13 from Andrew Pinski  ---
(In reply to Martin Liška from comment #12)
> (In reply to Andrew Pinski from comment #11)
> > (In reply to CVS Commits from comment #8)
> > 
> > > It is confusing that 'Indexes and tables' contains TODO. One gets
> > > Index by clicking to the Index link.
> > 
> > I don't see an Index link. There is no link to the top TOC anywhere either.
> 
> Can you see the mouse pointer on the screenshot? It points to a hyperlink
> called Index. What's still missing?

It is so little compared to anything else on the screen, it can't be seen. And
why not a direct link from the TOC?

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #12 from Martin Liška  ---
(In reply to Andrew Pinski from comment #11)
> (In reply to CVS Commits from comment #8)
> 
> > It is confusing that 'Indexes and tables' contains TODO. One gets
> > Index by clicking to the Index link.
> 
> I don't see an Index link. There is no link to the top TOC anywhere either.

Can you see the mouse pointer on the screenshot? It points to a hyperlink
called Index. What's still missing?

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #11 from Andrew Pinski  ---
(In reply to CVS Commits from comment #8)

> It is confusing that 'Indexes and tables' contains TODO. One gets
> Index by clicking to the Index link.

I don't see an Index link. There is no link to the top TOC anywhere either.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Andrew Pinski  changed:

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|FIXED   |---

--- Comment #10 from Andrew Pinski  ---
Still not fixed.
The "Indexes and tables" page still does NOT link the index.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Martin Liška  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Martin Liška  ---
Closing now.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #8 from CVS Commits  ---
The master branch has been updated by Martin Liska :

https://gcc.gnu.org/g:c64fd69420fd153f9fb16a603ff0a711fbde8335

commit r13-3942-gc64fd69420fd153f9fb16a603ff0a711fbde8335
Author: Martin Liska 
Date:   Sun Nov 13 15:16:12 2022 +0100

sphinx: include todolist only if INCLUDE_TODO env. set

It is confusing that 'Indexes and tables' contains TODO. One gets
Index by clicking to the Index link.

PR web/107643

ChangeLog:

* doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
is set.
* doc/indices-and-tables.rst: Use include_todo tag.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2022-11-13
 Ever confirmed|0   |1
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org

--- Comment #7 from Martin Liška  ---
(In reply to Andrew Pinski from comment #5)
> How is this invalid when the docs still say todo on them?

Oh, this one. The 'TODO' refers to todolist extension which lists all todos in
the documentation and is excluded in the non-development version of the
documentation.
Anyway, I'm going to remove it.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #6 from Andrew Pinski  ---
(In reply to Martin Liška from comment #3)
> The preferred way of searching is using the Search text input on the left.
> It works very well.

Expect if you don't know the name of an option reading the index is important.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Andrew Pinski  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |---

--- Comment #5 from Andrew Pinski  ---
How is this invalid when the docs still say todo on them?

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #4 from Martin Liška  ---
Invalid.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

--- Comment #3 from Martin Liška  ---
The preferred way of searching is using the Search text input on the left. It
works very well.

[Bug web/107643] [13 Regression] sphinx generated indexes are not working at all

2022-11-13 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107643

Martin Liška  changed:

   What|Removed |Added

 CC||marxin at gcc dot gnu.org

--- Comment #2 from Martin Liška  ---
Created attachment 53892
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53892&action=edit
Screenshot

There's a screenshot that should link to Index where you have the expected
listing.