Skip to content

Commit c8f4cd6

Browse files
committed
fix: Add sphinxcontrib-napoleon for Google-style docstrings
1 parent 7add05f commit c8f4cd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Dependencias para construir la documentación
22
sphinx
3-
sphinx-rtd-theme
3+
sphinx_rtd_theme
4+
sphinxcontrib-napoleon # ¡IMPORTANTE para docstrings estilo Google!
45

56
# Dependencias del paquete principal (necesarias para autodoc)
67
requests>=2.27.1,<2.33.0

0 commit comments

Comments
 (0)