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 b3e8091 commit b2d1fd0Copy full SHA for b2d1fd0
1 file changed
.readthedocs.yaml
@@ -20,3 +20,6 @@ sphinx:
20
python:
21
install:
22
- 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