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 368d278 commit 78259e5Copy full SHA for 78259e5
.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
+ pip install sphinx sphinx_rtd_theme sphinx_book_theme sphinx_autosummary_accessors
14
- name: Sphinx build
15
16
sphinx-build docs _build
0 commit comments