aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorClément Pit-Claudel2020-05-19 11:27:04 -0400
committerClément Pit-Claudel2020-05-19 11:27:04 -0400
commited0f2f08e31ee4e645aa6e52970ddefc60f1f4f9 (patch)
tree22277905fe446e6b0f47d5f9d7c1eb381c650128 /doc/changelog
parent5b23b80c8a0af603e8078616b2c5957a6f709e62 (diff)
parentc1125bda507137c35400808c6de19acfcece0ec7 (diff)
Merge PR #12224: Support :gdef:`text<term>` syntax (adding "<term>")
Reviewed-by: Zimmi48 Reviewed-by: cpitclaudel
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/11-infrastructure-and-dependencies/12224-gdef_alias.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/11-infrastructure-and-dependencies/12224-gdef_alias.rst b/doc/changelog/11-infrastructure-and-dependencies/12224-gdef_alias.rst
new file mode 100644
index 0000000000..35a618ea8d
--- /dev/null
+++ b/doc/changelog/11-infrastructure-and-dependencies/12224-gdef_alias.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ Minimal versions of dependencies for building the reference manual:
+ now requires Sphinx 2.3.1+, sphinx_rtd_theme 0.4.3+ and
+ sphinxcontrib-bibtex 0.4.2+
+ (`#12224 <https://github.com/coq/coq/pull/12224>`_,
+ by Jim Fehrle and Théo Zimmermann).