Skip to content

Merge pull request #475 from openego/dependabot/pip/sphinx-lt-8.3.0 #899

Merge pull request #475 from openego/dependabot/pip/sphinx-lt-8.3.0

Merge pull request #475 from openego/dependabot/pip/sphinx-lt-8.3.0 #899

Workflow file for this run

name: "Docs link check"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install -r rtd_requirements.txt
- name: Check doc links
run: |
sphinx-build . -b linkcheck -d _build/doctrees _build/html
working-directory: ./doc