1. Jun 08, 2019
  2. Jun 06, 2019
  3. Jun 04, 2019
  4. Jun 01, 2019
  5. May 31, 2019
  6. May 30, 2019
  7. May 28, 2019
  8. May 25, 2019
  9. May 24, 2019
    • Jonathan Corbet's avatar
      drm/i915: Maintain consistent documentation subsection ordering · 551bd336
      Jonathan Corbet authored
      
      
      With Sphinx 2.0 (or prior versions with the deprecation warnings fixed) the
      docs build fails with:
      
        Documentation/gpu/i915.rst:403: WARNING: Title level inconsistent:
      
        Global GTT Fence Handling
        ~~~~~~~~~~~~~~~~~~~~~~~~~
      
        reST markup error:
        Documentation/gpu/i915.rst:403: (SEVERE/4) Title level inconsistent:
      
      I "fixed" it by changing the subsections in i915.rst, but that didn't seem
      like the correct change.  It turns out that a couple of i915 files create
      their own subsections in kerneldoc comments using apostrophes as the
      heading marker:
      
        Layout
        ''''''
      
      That breaks the normal subsection marker ordering, and newer Sphinx is
      rather more strict about enforcing that ordering.  So fix the offending
      comments to make Sphinx happy.
      
      (This is unfortunate, in that kerneldoc comments shouldn't need to be aware
      of where they might be included in the heading hierarchy, but I don't see
      a better way around it).
      
      Cc: stable@vger.kernel.org  # v4.14+
      Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      551bd336
    • Mauro Carvalho Chehab's avatar
      scripts/sphinx-pre-install: make it handle Sphinx versions · 77d09ad9
      Mauro Carvalho Chehab authored
      
      
      As we want to switch to a newer Sphinx version in the future,
      add some version detected logic, checking if the current
      version meets the requirement and suggesting upgrade it the
      version is supported but too old.
      
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      77d09ad9
    • Jonathan Corbet's avatar
      docs: Fix conf.py for Sphinx 2.0 · 3bc80884
      Jonathan Corbet authored
      
      
      Our version check in Documentation/conf.py never envisioned a world where
      Sphinx moved beyond 1.x.  Now that the unthinkable has happened, fix our
      version check to handle higher version numbers correctly.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
      3bc80884