[all-commits] [llvm/llvm-project] 2939d2: [lldb][docs] Attempt to disable the generated GitH...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Mon Feb 1 00:48:12 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2939d2e1b46c05432864db333ca3d5cb7ab83533
      https://github.com/llvm/llvm-project/commit/2939d2e1b46c05432864db333ca3d5cb7ab83533
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M lldb/docs/conf.py

  Log Message:
  -----------
  [lldb][docs] Attempt to disable the generated GitHub button on the LLDB website

For unknown reasons the alabaster theme on the docs server is always generating
a GitHub link in the side bar. Beside the privacy problems of having an iframe
to some third-party service, we never configured any GitHub integration so
this button just links to the GitHub main site.

The button generation should be disabled by default, but as that's apparently
not true in the alabaster theme on the server, this patch tries working around
the issue by just explicitly turning off the GitHub integration.




More information about the All-commits mailing list