Skip to content

Theme, Documentation and Weblog - Updated #36

Theme, Documentation and Weblog - Updated

Theme, Documentation and Weblog - Updated #36

Workflow file for this run

name: Build Sphinx Doc
on:
pull_request:
jobs:
build-doc:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Packages
run: sudo apt-get update && sudo apt-get install -y default-jre plantuml tox
- name: Build static site with Tox
run: |
cd doc
tox -e py3-html