Skip to content

Commit 75c04c2

Browse files
committed
Se debe seguir con la instalación de las dependencias para generar la documentación a partir de los docstrings
1 parent 6d5aee4 commit 75c04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/setup-python@v3
1111
- name: Install dependencies
1212
run: |
13-
pip install sphinx sphinxcontrib-napoleon sphinx_rtd_theme
13+
pip install sphinx sphinx_rtd_theme
1414
- name: Sphinx build
1515
run: |
1616
sphinx-build -b html docs/source docs/build/html

0 commit comments

Comments
 (0)