docs: cleanup (#567)

* fix: support docs/tests extras, simpler RtD install

Use oldest-supported-numpy from SciPy in example

* chore: bump to ubuntu-20.04 images

* fix: move extras to setup so we can do combinations
This commit is contained in:
Henry Schreiner
2021-02-04 22:02:53 -05:00
committed by GitHub
parent e12ce2d647
commit 99acc0abac
10 changed files with 53 additions and 36 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-10.15]
steps:
- uses: actions/checkout@v2