Skip to content

Commit

Permalink
Add sphinx_copybutton feature to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Aug 24, 2023
1 parent 89d4a32 commit aa0c657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx myst-parser furo
pip install sphinx myst-parser furo sphinx-copybutton
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"sphinx.ext.viewcode",
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
"sphinx_copybutton"
]

templates_path = ['_templates']
Expand Down

0 comments on commit aa0c657

Please sign in to comment.