Skip to content

Commit

Permalink
Merge branch '1.1' into 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed May 5, 2021
2 parents 96f3581 + 7b28f8b commit 961ed24
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 31 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
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

0 comments on commit 961ed24

Please sign in to comment.