Skip to content

Commit a616df2

Browse files
committed
MAINT, FIX: explicitly install pylossless in RTD
Let's see if this works... Since #154, readthedocs fails because importlib.metadata.version fails on the readthe docs build. ref: https://stackoverflow.com/questions/75922593/sphinx-readthedocs-and-package-version
1 parent 68c1784 commit a616df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ python:
2121
- requirements: requirements.txt
2222
- requirements: docs/requirements_doc.txt
2323
- requirements: requirements_testing.txt
24+
# Make sure we install the package itself
25+
- requirements: .

0 commit comments

Comments
 (0)