diff --git a/html/_sources/index.rst.txt b/html/_sources/index.rst.txt
index 71bdcf120..40779419c 100644
--- a/html/_sources/index.rst.txt
+++ b/html/_sources/index.rst.txt
@@ -1,7 +1,7 @@
Boost Generic Image Library
===========================
-The Generic Image Library (GIL) is a C++11 header-only library that abstracts image
+The Generic Image Library (GIL) is a C++14 header-only library that abstracts image
representations from algorithms and allows writing code that can work on
a variety of images with performance similar to hand-writing for a specific
image type.
diff --git a/html/_sources/installation.rst.txt b/html/_sources/installation.rst.txt
index d81064515..41b910d3c 100644
--- a/html/_sources/installation.rst.txt
+++ b/html/_sources/installation.rst.txt
@@ -20,13 +20,11 @@ Compiling
---------
The Boost.GIL library source code should successfully compile with any
-compiler with complete C++11 support.
+compiler with complete C++14 support.
.. note::
- We are planning to drop support for require C++14 support in Boost 1.76 or later,
- or selectively drop support for GCC 5 due to its issues with inheriting constructors,
- see `discussion for PR #526