diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.md | 3 | ||||
| -rwxr-xr-x | doc/sphinx/conf.py | 12 | ||||
| -rw-r--r-- | doc/sphinx/dune | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/doc/README.md b/doc/README.md index 8e1bc85c49..e3ab5ae4d2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -58,7 +58,6 @@ additional tools are required: - makeindex - xelatex - latexmk - - xindy All of them are part of the TexLive distribution. E.g. on Debian / Ubuntu, install them with: @@ -68,7 +67,7 @@ install them with: Or if you want to use less disk space: apt install texlive-latex-extra texlive-fonts-recommended texlive-xetex \ - latexmk xindy fonts-freefont-otf + latexmk fonts-freefont-otf Compilation ----------- diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index fabf7a519f..99762c7a0e 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -214,11 +214,12 @@ html_context = { 'conf_py_path': '/doc/sphinx/', # Versions and downloads listed in the versions menu (see _templates/versions.html) 'versions': [ - ("master", "https://coq.github.io/doc/master/refman/"), + ("dev", "https://coq.github.io/doc/master/refman/"), ("stable", "https://coq.inria.fr/distrib/current/refman/"), - ("v8.11", "https://coq.github.io/doc/v8.11/refman/"), - ("v8.10", "https://coq.github.io/doc/v8.10/refman/"), - ("v8.9", "https://coq.github.io/doc/v8.9/refman/"), + ("v8.12", "https://coq.github.io/doc/v8.12/refman/"), + ("8.11", "https://coq.inria.fr/distrib/V8.11.2/refman/"), + ("8.10", "https://coq.inria.fr/distrib/V8.10.2/refman/"), + ("8.9", "https://coq.inria.fr/distrib/V8.9.1/refman/"), ("8.8", "https://coq.inria.fr/distrib/V8.8.2/refman/"), ("8.7", "https://coq.inria.fr/distrib/V8.7.2/refman/"), ("8.6", "https://coq.inria.fr/distrib/V8.6.1/refman/"), @@ -356,6 +357,9 @@ latex_elements = { latex_engine = "xelatex" +# Cf. https://github.com/sphinx-doc/sphinx/issues/7015 +latex_use_xindy = False + ######## # done # ######## diff --git a/doc/sphinx/dune b/doc/sphinx/dune index b788fbbeed..31f28635fe 100644 --- a/doc/sphinx/dune +++ b/doc/sphinx/dune @@ -1,4 +1,4 @@ -(dirs :standard _static) +(dirs :standard _static _templates) (rule (targets README.gen.rst) |
