fixed
This commit is contained in:
parent
d7dda9edfe
commit
d17c51830e
@ -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
|
||||
|
||||
@ -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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user