Skip to content

Fixes PyOtherSideQtRCImporter for submodule imports #25

Fixes PyOtherSideQtRCImporter for submodule imports

Fixes PyOtherSideQtRCImporter for submodule imports #25

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -y python3-sphinx python3-sphinx-rtd-theme
- run: make -C docs html