1. 18 7月, 2016 28 次提交
  2. 15 7月, 2016 2 次提交
    • M
      doc-rst: Fix compilation of the pdf docbook · 520a2477
      Mauro Carvalho Chehab 提交于
      The rst2pdf tool is a very broken toolchain, with is not capable
      of parsing complex documents. As such, it doesn't build the
      media book, failing with:
      
      	[ERROR] pdfbuilder.py:130 too many values to unpack
      
      (using rst2pdf version 0.93.dev-r0 and Sphinx version 1.4.5)
      
      So, make it build only the books we know that are safe to build.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      
      --
      
      Btw, with the standard Sphinx version shipped on Fedora 24 (Sphinx
      1.3.1), rst2pdf doesn't build even the simple kernel-documentation,
      failing with this error:
          writing Kernel... [ERROR] pdfbuilder.py:130 list index out of range
      
      This is a known bug:
          https://github.com/sphinx-doc/sphinx/issues/1844
      
      So, maybe we should just disable pdf generation from RST for good,
      as I suspect that maintaining it with a broken toolchain will be a
      big headache.
      520a2477
    • M
      Merge branch 'docs-next' of git://git.lwn.net/linux into devel/docs-next · 425efba2
      Mauro Carvalho Chehab 提交于
      * 'docs-next' of git://git.lwn.net/linux:
        doc-rst: add an option to ignore DocBooks when generating docs
        workqueue: Fix a typo in workqueue.txt
        Doc: ocfs: Fix typo in filesystems/ocfs2-online-filecheck.txt
        Documentation/sphinx: skip build if user requested specific DOCBOOKS
        Documentation: add cleanmediadocs to the documentation targets
      425efba2
  3. 13 7月, 2016 9 次提交
  4. 12 7月, 2016 1 次提交