Skip to content

Commit 6d5aee4

Browse files
committed
Dependencias
1 parent 1692836 commit 6d5aee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ permissions:
55
jobs:
66
docs:
77
runs-on: ubuntu-latest
8-
container: sphinxdoc/sphinx
98
steps:
109
- uses: actions/checkout@v3
1110
- uses: actions/setup-python@v3
1211
- name: Install dependencies
1312
run: |
14-
pip install sphinx_rtd_theme
13+
pip install sphinx sphinxcontrib-napoleon sphinx_rtd_theme
1514
- name: Sphinx build
1615
run: |
1716
sphinx-build -b html docs/source docs/build/html

0 commit comments

Comments
 (0)