Skip to content

docs: Use sphinx_rtd_theme as the theme #11

docs: Use sphinx_rtd_theme as the theme

docs: Use sphinx_rtd_theme as the theme #11

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
- run: make -C docs html