diff options
| author | Clément Pit-Claudel | 2018-05-17 22:30:53 -0400 |
|---|---|---|
| committer | Théo Zimmermann | 2018-09-20 10:12:55 +0200 |
| commit | 468815006f1c272a6ada7186186f90a6692d2521 (patch) | |
| tree | 5a5e40c28fb06c705a23437721e96cbdd4ce5dac /doc/sphinx/proof-engine | |
| parent | 48662f95c63a02d90630941aace96e7b44dcc247 (diff) | |
[doc] Work around https://github.com/sphinx-doc/sphinx/issues/4979
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/proof-handling.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/proof-handling.rst b/doc/sphinx/proof-engine/proof-handling.rst index 53294bf8da..3c0577b8e4 100644 --- a/doc/sphinx/proof-engine/proof-handling.rst +++ b/doc/sphinx/proof-engine/proof-handling.rst @@ -441,7 +441,12 @@ The following example script illustrates all these features: You tried to apply a tactic but no goals were under focus. Using :n:`@bullet` is mandatory here. -.. exn:: No such goal. Try unfocusing with %{. +.. FIXME: the :noindex: below works around a Sphinx issue. + (https://github.com/sphinx-doc/sphinx/issues/4979) + It should be removed once that issue is fixed. + +.. exn:: No such goal. Try unfocusing with %}. + :noindex: You just finished a goal focused by ``{``, you must unfocus it with ``}``. |
