diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc57483c0..7c8ece6b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -28,7 +28,8 @@ Features: - Add ``supported_np_pix_fmts`` by :gh-user:`WyattBlue` in (:pr:`1766`). - Add ``Codec.canonical_name`` by :gh-user:`WyattBlue`. -Misc. +Misc: + - Drop support for MacOS 11 by :gh-user:`WyattBlue` in (:pr:`1764`). - Add warnings when compiling from source by :gh-user:`WyattBlue` in (:pr:`1773`). diff --git a/docs/Makefile b/docs/Makefile index e45e1d03a..6654f1062 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,7 +17,7 @@ _build/rst/%.rst: %.py $(TAGFILE) $(shell find ../include ../av -name '*.pyx' -o mv $@.tmp $@ html: $(RENDERED) - $(PIP) install -U sphinx + $(PIP) install -U sphinx sphinx-copybutton rm -rf $(BUILDDIR) sphinx-build -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html diff --git a/docs/conf.py b/docs/conf.py index 07b942a31..b32212e97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,7 @@ "sphinx.ext.viewcode", "sphinx.ext.extlinks", "sphinx.ext.doctest", + "sphinx_copybutton", # Add copy button to code blocks ] # Add any paths that contain templates here, relative to this directory.