Skip to content

Commit

Permalink
Merge pull request #59 from sandialabs/57-add-sphinx-copybutton
Browse files Browse the repository at this point in the history
docs: Add sphinx-copybutton
  • Loading branch information
jmgate authored Sep 19, 2023
2 parents 88860a2 + b14034f commit 63a826c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Requirements for building the `reverse_argparse` documentation.

sphinx>=6.0,<7.0
sphinx
sphinx-autodoc-typehints
sphinx-copybutton
sphinx-rtd-theme
sphinxcontrib-programoutput
sphinxcontrib-spelling
sphinx-rtd-theme
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx_autodoc_typehints",
"sphinx_copybutton",
"sphinx_rtd_theme",
"sphinxcontrib.programoutput",
"sphinxcontrib.spelling",
Expand Down

0 comments on commit 63a826c

Please sign in to comment.