Skip to content

feat: French translations, prevention of opening SVG directly in browser through canonical url #646

feat: French translations, prevention of opening SVG directly in browser through canonical url

feat: French translations, prevention of opening SVG directly in browser through canonical url #646

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
name: docs
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: python -m pip install -r docs/requirements.txt
- name: Build docs
run: |
cd docs
sphinx-build -W -b html -d build/doctrees . build/html