Merge sphinx-docs (CLI i18n + Sphinx docs) into main
# Conflicts: # .github/workflows/ci.yml # docs/cli.md
This commit is contained in:
@@ -40,6 +40,17 @@ jobs:
|
||||
- run: pip install -e ".[dev]"
|
||||
- run: doit test
|
||||
|
||||
docs:
|
||||
name: Docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- run: pip install -e ".[docs]"
|
||||
- run: sphinx-build -b html -W --keep-going docs docs/_build/html
|
||||
|
||||
build:
|
||||
name: Build (${{ matrix.os }})
|
||||
needs: [format, typecheck, test]
|
||||
|
||||
Reference in New Issue
Block a user