Skip to content

Feature - realman docs page #76

Feature - realman docs page

Feature - realman docs page #76

Workflow file for this run

name: Pull Request Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "pip install sphinx_rtd_theme"
build-command: "make html"
docs-folder: "."