diff options
| author | Emilio Jesus Gallego Arias | 2020-06-05 17:31:36 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-06-05 17:31:36 +0200 |
| commit | de430532053269a53661b923161d693ab11950b6 (patch) | |
| tree | 137e2d5e1d56013e7b03866bb31f97389aacbfb5 | |
| parent | 0379ab63a3a84bae6da8b8d5ae42af4261520279 (diff) | |
| parent | 2b337fa8eb06fd1b3c1b8d783a88d59289dd56c9 (diff) | |
Merge PR #12456: Fix version switcher when building with Dune.
Reviewed-by: ejgallego
| -rwxr-xr-x | doc/sphinx/conf.py | 9 | ||||
| -rw-r--r-- | doc/sphinx/dune | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index fabf7a519f..8be0b5a332 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/"), 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) |
