diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c4ab6f1bd..3badb1936 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,6 @@
-=================
-Changelog history
-=================
+=========
+Changelog
+=========
Versions follow `Semantic Versioning `_ (``..``).
diff --git a/doc/en/_templates/globaltoc.html b/doc/en/_templates/globaltoc.html
index 39cebb968..50c2239e5 100644
--- a/doc/en/_templates/globaltoc.html
+++ b/doc/en/_templates/globaltoc.html
@@ -4,7 +4,7 @@
Home
Install
Contents
- Reference
+ API Reference
Examples
Customize
Changelog
diff --git a/doc/en/reference.rst b/doc/en/reference.rst
index 5abb01f50..afbef6b1e 100644
--- a/doc/en/reference.rst
+++ b/doc/en/reference.rst
@@ -1,5 +1,5 @@
-Reference
-=========
+API Reference
+=============
This page contains the full reference to pytest's API.