Skip to content

fix spacing in sidebar end section #62

fix spacing in sidebar end section

fix spacing in sidebar end section #62

Workflow file for this run

name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-build -W -b html -d site/_build/doctrees site site/_build/html
- name: Sphinx link test
run: |
sphinx-build -W -b linkcheck -d site/_build/doctrees site site/_build/linkcheck