Skip to content

Commit

Permalink
[DOC] add sphinx-copybutton requirement to copy button on code snippe…
Browse files Browse the repository at this point in the history
…ts. (NVIDIA#5326)

Signed-off-by: Xuesong Yang <[email protected]>

Signed-off-by: Xuesong Yang <[email protected]>
Signed-off-by: andrusenkoau <[email protected]>
  • Loading branch information
XuesongYang authored and andrusenkoau committed Jan 5, 2023
1 parent 918a2ed commit 1be8732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",
"sphinxcontrib.bibtex",
# "sphinx_rtd_theme",
"sphinx_copybutton",
]

bibtex_bibfiles = [
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
latexcodec
sphinx>=3.0
sphinx-book-theme
sphinx-copybutton
sphinxcontrib-bibtex
wrapt
numpy

0 comments on commit 1be8732

Please sign in to comment.