Skip to content

Commit

Permalink
Merge branch '0.12' into 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 5, 2021
2 parents d94a5a8 + 147f056 commit 09c5681
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docs.yml
@@ -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
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

0 comments on commit 09c5681

Please sign in to comment.