1. 30 5月, 2019 3 次提交
  2. 25 5月, 2019 6 次提交
  3. 24 5月, 2019 1 次提交
  4. 23 5月, 2019 4 次提交
    • J
      docs: fix multiple doc build warnings in enumeration.rst · bbb30909
      Jonathan Corbet 提交于
      The conversion of acpi/enumeration.txt to RST included one markup error,
      leading to many warnings like:
      
        .../firmware-guide/acpi/enumeration.rst:430: WARNING: Unexpected indentation.
      
      Add the missing colon and create some peace.
      
      Fixes: c24bc66e ("Documentation: ACPI: move enumeration.txt to firmware-guide/acpi and convert to reST")
      Cc: Changbin Du <changbin.du@gmail.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      bbb30909
    • J
      docs: fix numaperf.rst and add it to the doc tree · 8867f610
      Jonathan Corbet 提交于
      Commit 13bac55e ("doc/mm: New documentation for memory performance")
      added numaperf.rst, but did not add it to the TOC tree.  There was also an
      incorrectly marked literal block leading to this warning sequence:
      
        numaperf.rst:24: WARNING: Unexpected indentation.
        numaperf.rst:24: WARNING: Inline substitution_reference start-string without end-string.
        numaperf.rst:25: WARNING: Block quote ends without a blank line; unexpected unindent.
      
      Fix the block and add the file to the document tree.
      
      Fixes: 13bac55e ("doc/mm: New documentation for memory performance")
      Cc: Keith Busch <keith.busch@intel.com>
      Reviewed-by: NMike Rapoport <rppt@linux.ibm.com>
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      8867f610
    • J
      doc: Cope with the deprecation of AutoReporter · 2404dad1
      Jonathan Corbet 提交于
      AutoReporter is going away; recent versions of sphinx emit a warning like:
      
        Documentation/sphinx/kerneldoc.py:125:
            RemovedInSphinx20Warning: AutodocReporter is now deprecated.
            Use sphinx.util.docutils.switch_source_input() instead.
      
      Make the switch.  But switch_source_input() only showed up in 1.7, so we
      have to do ugly version checks to keep things working in older versions.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      2404dad1
    • J
      doc: Cope with Sphinx logging deprecations · 096ea522
      Jonathan Corbet 提交于
      Recent versions of sphinx will emit messages like:
      
        Documentation/sphinx/kerneldoc.py:103:
           RemovedInSphinx20Warning: app.warning() is now deprecated.
           Use sphinx.util.logging instead.
      
      Switch to sphinx.util.logging to make this unsightly message go away.
      Alas, that interface was only added in version 1.6, so we have to add a
      version check to keep things working with older sphinxes.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NJonathan Corbet <corbet@lwn.net>
      096ea522
  5. 21 5月, 2019 2 次提交
  6. 19 5月, 2019 1 次提交
  7. 18 5月, 2019 1 次提交
  8. 17 5月, 2019 2 次提交
  9. 16 5月, 2019 4 次提交
  10. 15 5月, 2019 16 次提交