Ben et al I’m getting this on Linux when making documentation. I have not modified any of this documentation. Any ideas? Simon reading sources... [ 97%] what_glasgow_exts_does reading sources... [100%] win32-dlls reading sources... [ 97%] what_glasgow_exts_does reading sources... [100%] win32-dlls /5playpen/simonpj/HEAD-1/docs/users_guide/editing-guide.rst:398: ERROR: Error in "ghci-cmd" directive: invalid option block. .. ghci-cmd:: :module; [*]⟨file⟩ :noindex: Load a module /5playpen/simonpj/HEAD-1/docs/users_guide/ghci.rst:496: ERROR: Error in "ghci-cmd" directive: invalid option block. .. ghci-cmd:: :{ :} Begin or end a multi-line GHCi command block. /5playpen/simonpj/HEAD-1/docs/users_guide/ghci.rst:527: ERROR: Error in "warning" directive: invalid option block. .. warning:: Temporary bindings introduced at the prompt only last until the next :ghci-cmd:`:load` or :ghci-cmd:`:reload` command, at which time they will be simply lost. However, they do survive a change of context with :ghci-cmd:`:module`: the temporary bindings just move to the new location. /5playpen/simonpj/HEAD-1/docs/users_guide/ghci.rst:533: ERROR: Error in "hint" directive: invalid option block.
Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes:
Ben et al I’m getting this on Linux when making documentation. I have not modified any of this documentation. Any ideas?
Strangely I'm not able to reproduce any of these. Do these cause the build to fail? What does sphinx-build --version say? Cheers, - Ben
sphinx-build --version Sphinx v1.1.3 | -----Original Message----- | From: Ben Gamari [mailto:ben@smart-cactus.org] | Sent: 22 August 2017 14:55 | To: Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs <ghc- | devs@haskell.org> | Subject: Re: Docs | | Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes: | | > Ben et al | > I’m getting this on Linux when making documentation. I have not | > modified any of this documentation. Any ideas? | | Strangely I'm not able to reproduce any of these. Do these cause the build | to fail? | | What does sphinx-build --version say? | | Cheers, | | - Ben
participants (2)
-
Ben Gamari -
Simon Peyton Jones