diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst
index bd41618841..2810d76ce0 100644
--- a/docs/sphinx/source/index.rst
+++ b/docs/sphinx/source/index.rst
@@ -19,7 +19,7 @@ Please see the :ref:`installation` page for installation help.
For examples of how to use pvlib python, please see
:ref:`package_overview` and our `Jupyter Notebook tutorials
-`_. The documentation assumes general familiarity with
Python, NumPy, and Pandas. Google searches will yield many
excellent tutorials for these packages.
@@ -74,7 +74,7 @@ Additional pvlib python publications include:
(`paper
`__ and
the `notebook to reproduce the figures
- `_)
+ `_)
* J.S. Stein, W.F. Holmgren, J. Forbess, and C.W. Hansen,
"PVLIB: Open Source Photovoltaic Performance Modeling Functions
for Matlab and Python," in 43rd Photovoltaic Specialists Conference, 2016.
diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst
index d32104e889..4abbae8098 100644
--- a/docs/sphinx/source/whatsnew.rst
+++ b/docs/sphinx/source/whatsnew.rst
@@ -6,6 +6,7 @@ What's New
These are new features and improvements of note in each release.
+.. include:: whatsnew/v0.9.6.rst
.. include:: whatsnew/v0.9.5.rst
.. include:: whatsnew/v0.9.4.rst
.. include:: whatsnew/v0.9.3.rst
diff --git a/docs/sphinx/source/whatsnew/v0.9.6.rst b/docs/sphinx/source/whatsnew/v0.9.6.rst
index 86f819a784..bea1b03782 100644
--- a/docs/sphinx/source/whatsnew/v0.9.6.rst
+++ b/docs/sphinx/source/whatsnew/v0.9.6.rst
@@ -26,6 +26,7 @@ Documentation
~~~~~~~~~~~~~
* Updated the description of the interval parameter in
:py:func:`pvlib.iotools.get_psm3`. (:issue:`1702`, :pull:`1712`)
+* Fixed outdated nbviewer links. (:issue:`1721`, :pull:`1726`)
Benchmarking
~~~~~~~~~~~~~
@@ -39,3 +40,6 @@ Contributors
~~~~~~~~~~~~
* Adam R. Jensen (:ghuser:`adamrjensen`)
* Siddharth Kaul (:ghuser:`k10blogger`)
+* Kshitiz Gupta (:ghuser:`kshitiz305`)
+* Stefan de Lange (:ghuser:`langestefan`)
+