summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-03-30 14:09:04 -0700
committerGitHub <noreply@github.com>2019-03-30 14:09:04 -0700
commit01618a1399f547fb1f89cf8b56600325b4f8d04b (patch)
treec7d4bac1d6f48430ac1a803b35c14402a958362e /CHANGES.rst
parentb85a7c5ed116192966bc88fb9ae0181e8f100b01 (diff)
parent9f6e6822fe541bfca399f3aa56c5b3c6a67e3a92 (diff)
downloadpyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.tar.gz
pyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.tar.bz2
pyramid-01618a1399f547fb1f89cf8b56600325b4f8d04b.zip
Merge pull request #3480 from luhn/sphinx-2.0
Fix docs build on Sphinx 2.0.0
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d8a4f45a6..afac078b0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -93,3 +93,6 @@ Documentation Changes
- Restore build of PDF on Read The Docs.
See https://github.com/Pylons/pyramid/issues/3290
+
+- Fix docs build for Sphinx 2.0.
+ See https://github.com/Pylons/pyramid/pull/3480