[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-26 Thread Med Ismail Bennani via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6a2552a1419d: [lldb/infra] Revamp lldb.llvm.org (authored by mib). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158323/new/ https://reviews.llvm.org/D15832

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Aaron Ballman via Phabricator via lldb-commits
aaron.ballman added a comment. In D158323#4614717 , @mib wrote: > Given that the bot is still red, I've reverted the patch in > dfb48dcc9cb6217bd62aed1dc8a5f30736eafba7 > Thank you f

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. Given that the bot is still red, I've reverted the patch in dfb48dcc9cb6217bd62aed1dc8a5f30736eafba7 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158323/ne

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. In D158323#4614469 , @aaron.ballman wrote: > In D158323#4614446 , @mib wrote: > >> In D158323#4614373 , >> @aaron.ballman wrote: >> >>> In D158323#4

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Aaron Ballman via Phabricator via lldb-commits
aaron.ballman added a comment. In D158323#4614446 , @mib wrote: > In D158323#4614373 , @aaron.ballman > wrote: > >> In D158323#4613878 , @mib wrote: >> >>> Given we didn'

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added subscribers: tonic, gkistanova. mib added a comment. In D158323#4614373 , @aaron.ballman wrote: > In D158323#4613878 , @mib wrote: > >> Given we didn't receive more feedback on this, I'll land it now. I

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Aaron Ballman via Phabricator via lldb-commits
aaron.ballman added a comment. In D158323#4613878 , @mib wrote: > Given we didn't receive more feedback on this, I'll land it now. If there are > other comments, we can address those after the fact. Hello! It seems the changes here have taken out the sp

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Med Ismail Bennani via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGeea887406498: [lldb/infra] Revamp lldb.llvm.org (authored by mib). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158323/new/ https://reviews.llvm.org/D15832

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-24 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib added a comment. Given we didn't receive more feedback on this, I'll land it now. If there are other comments, we can address those after the fact. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158323/new/ https://reviews.llvm.org/D158323 __

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-23 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision as: JDevlieghere. JDevlieghere added a comment. This revision is now accepted and ready to land. This patch changes the theme and removes the inline table-of-contents that are always shown on the right. If there are any other changes needed to better support t

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-23 Thread Med Ismail Bennani via Phabricator via lldb-commits
mib updated this revision to Diff 552871. mib added a comment. Revert deletions to `formatting.rst` CHANGES SINCE LAST ACTION https://reviews.llvm.org/D158323/new/ https://reviews.llvm.org/D158323 Files: lldb/docs/_static/lldb.css lldb/docs/conf.py lldb/docs/resources/build.rst lldb/

[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

2023-08-23 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added inline comments. Comment at: lldb/docs/conf.py:52-57 try: import sphinx_automodapi.automodapi except ModuleNotFoundError: print( f"install sphinx_automodapi with {sys.executable} -m pip install sphinx_automodapi"