diff --git a/changelog/1146.contributor.rst b/changelog/1146.contributor.rst index 40399592..2023ed88 100644 --- a/changelog/1146.contributor.rst +++ b/changelog/1146.contributor.rst @@ -1,5 +1,5 @@ Optimised the documentation building workflow by providing control of whether :ref:`tutorial ` ``jupyter notebook`` code cells are executed. By default, code cells will only be executed when building the documentation -with either the ``make html`` or ``make html-tutorial`` commands. -(:user:`bjlittle`) +with either the ``make html`` or ``make html-tutorial`` commands. Closes +:issue:`1030`. (:user:`bjlittle`) diff --git a/changelog/1147.contributor.rst b/changelog/1147.contributor.rst index 85e70139..866f6351 100644 --- a/changelog/1147.contributor.rst +++ b/changelog/1147.contributor.rst @@ -1,4 +1,4 @@ Adopted caching of :ref:`tutorial ` ``jupyter notebook`` outputs when building the documentation. The cache will only be cleared with either the ``make clean-cache`` or ``make clean-all`` commands. The ``make clean`` -command will **not** clear the cache. (:user:`bjlittle`) +command will **not** clear the cache. Closes :issue:`1018`. (:user:`bjlittle`)