Skip to content

Fix project import with mounted volumes in Docker (#1727) #5615

Fix project import with mounted volumes in Docker (#1727)

Fix project import with mounted volumes in Docker (#1727) #5615

Workflow file for this run

name: "Docs render check"
on: [push, pull_request]
jobs:
docs:
runs-on: macos-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Install pandoc
run: |
brew install pandoc
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install ASReview with docs dependencies
run: |
python -m pip install .[docs]
- name: Build HTML
run: |
python -m sphinx -W --keep-going --color docs/source/ build/html/