We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2f881 commit 82f68aeCopy full SHA for 82f68ae
.github/workflows/documentation.yaml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-python@v3
11
- name: Install dependencies
12
run: |
13
- pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors
+ pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors sphinx-copybutton sphinx-design
14
- name: Sphinx build
15
16
sphinx-build docs _build
0 commit comments