Skip to content

Commit

Permalink
Fix readthedocs build after poetry convert (#755)
Browse files Browse the repository at this point in the history
* Fix readthedocs build after poetry convert

* update poetry.lock

* azure: install docs extras
  • Loading branch information
rytilahti authored Jul 12, 2020
1 parent 00f5ed7 commit c9f238c
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 164 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
requirements_file: requirements_docs.txt
build:
image: latest

python:
version: 3
setup_py_install: true
version: 3.7
pip_install: true
extra_requirements:
- docs
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stages:

- script: |
python -m pip install --upgrade pip poetry
poetry install
poetry install --extras docs
displayName: 'Install dependencies'
- script: |
Expand Down
Loading

0 comments on commit c9f238c

Please sign in to comment.