Skip to content

Commit

Permalink
Merge branch '0.9' into 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 5, 2021
2 parents e584a96 + 8b7a185 commit 9750bdf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Docs

on:
push:
branches:
- 'master'
- '[0-9].[0-9]+'
pull_request: ~

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'

- run: pip install -r requirements.txt

- run: make SPHINXOPTS=-nW html
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

0 comments on commit 9750bdf

Please sign in to comment.