Skip to content

Commit a389399

Browse files
committed
fix: Install package in .readthedocs.yaml
1 parent 5d8fd7f commit a389399

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Read the Docs configuration file for Sphinx projects
2-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3-
1+
# Read the Docs configuration file - CON INSTALACIÓN DEL PAQUETE
42
version: 2
53

64
build:
@@ -14,3 +12,6 @@ sphinx:
1412
python:
1513
install:
1614
- requirements: docs/requirements.txt
15+
# INSTALAR EL PAQUETE - IMPORTANTE
16+
- method: pip
17+
path: .

0 commit comments

Comments
 (0)