Skip to content

Commit b2d1fd0

Browse files
committed
fix: Install package for Read the Docs autodoc
1 parent b3e8091 commit b2d1fd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ sphinx:
2020
python:
2121
install:
2222
- requirements: docs/requirements.txt
23+
# Instalar el paquete principal para que autodoc pueda importar los módulos
24+
- method: pip
25+
path: .

0 commit comments

Comments
 (0)