Document copy button setup and add tests

This commit is contained in:
MOHITKOURAV01 2025-11-19 13:18:11 +05:30
parent bc616d6537
commit 4014ff1b87
3 changed files with 22 additions and 0 deletions

View file

@ -13,6 +13,9 @@ Copy-to-Clipboard Buttons
The Flask docs are built with Sphinx. Follow the steps below to add a copy
button to every code block by using the ``sphinx-copybutton`` extension.
.. versionchanged:: 3.2
Added copy button setup instructions for the documentation build.
1. Install the extension in your activated virtual environment:
.. code-block:: console