Skip to content

Remove linenumbers

Remove linenumbers #99

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.13.0
uses: actions/setup-python@v2
with:
python-version: 3.13.0
- name: Install dependencies
run: |
pip install -U docutils
pip install -U sphinx
pip install -U sphinx-autobuild
- name: Build static html documentation
run: |
cd .github/workflows/validate_rst_docs_files/
make html