Skip to content

Commit

Permalink
Use editable install in .readthedocs.yml (#44)
Browse files Browse the repository at this point in the history
* Remove mknapsack.tests

* Switch to editable install in .readthedocs.yml
  • Loading branch information
jmyrberg authored Nov 15, 2022
1 parent 0163c9d commit b714862
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ build:
- gfortran
tools:
python: "3.9"
jobs:
pre_install:
- export SETUPTOOLS_ENABLE_FEATURES=legacy-editable
- pip install -e .

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -23,5 +27,3 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit b714862

Please sign in to comment.