This commit is contained in:
harsil 2025-12-03 21:21:08 +05:30
parent d7dda9edfe
commit d17c51830e
2 changed files with 2 additions and 1 deletions

View File

@ -27,3 +27,4 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
typing_extensions==4.13.0
urllib3==2.3.0
sphinx-copybutton==0.5.2

View File

@ -48,7 +48,7 @@ sys.path.insert(0, os.path.abspath('sphinx-plugins'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['manpage']
extensions = ['manpage', 'sphinx_copybutton']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']