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 1692836 commit 6d5aee4Copy full SHA for 6d5aee4
.github/workflows/docs.yml
@@ -5,13 +5,12 @@ permissions:
5
jobs:
6
docs:
7
runs-on: ubuntu-latest
8
- container: sphinxdoc/sphinx
9
steps:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-python@v3
12
- name: Install dependencies
13
run: |
14
- pip install sphinx_rtd_theme
+ pip install sphinx sphinxcontrib-napoleon sphinx_rtd_theme
15
- name: Sphinx build
16
17
sphinx-build -b html docs/source docs/build/html
0 commit comments