[all-commits] [llvm/llvm-project] 29ea1b: [Sphinx] Support older recommonmark versions.

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jun 29 09:48:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 29ea1b4baaa8b9ec5dbd25f91693e422c958db2d
      https://github.com/llvm/llvm-project/commit/29ea1b4baaa8b9ec5dbd25f91693e422c958db2d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M llvm/docs/conf.py

  Log Message:
  -----------
  [Sphinx] Support older recommonmark versions.

The "new way" of enabling recommonmark is only supported in recommonmark
0.5 and later. Use the deprecated approach with versions of Sphinx that
still support it.

If I understand correctly there's no way to use older versions of
recommonmark (<0.5) with newer versions of Sphinx (>3.0) because the old
approach got removed.

Differential revision: https://reviews.llvm.org/D75284




More information about the All-commits mailing list