Skip to content

Commit

Permalink
Move on with rtd build fix
Browse files Browse the repository at this point in the history
Next to installing requirements from text file, let's try to explicitely
set install method to pip and dot (.) to make sure synadm package is
installed. Not sure if this option is doing as I currently understand it
from reading the docs.
  • Loading branch information
JOJ0 committed Aug 26, 2023
1 parent 837d656 commit cb14af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ sphinx:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: ./rtd_requirements.txt
- requirements: ./rtd_requirements.txt
- method: pip
path: .

0 comments on commit cb14af9

Please sign in to comment.