Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/update-lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
python-version: 3
- run: pip install sphinx-lint
- uses: actions/checkout@master
with:
ref: 3.13
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
- run: sphinx-lint

Expand All @@ -41,12 +39,11 @@ jobs:
working-directory: ./Doc
- uses: actions/checkout@master
with:
ref: 3.13
path: Doc/locales/fa/LC_MESSAGES
- run: git pull
working-directory: ./Doc/locales/fa/LC_MESSAGES
- uses: sphinx-doc/github-problem-matcher@v1.1
- run: make -e SPHINXOPTS="--color -D language='fa' -W --keep-going" html
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=True -W --keep-going" html
working-directory: ./Doc
- uses: actions/upload-artifact@master
if: success() || failure()
Expand Down
239 changes: 199 additions & 40 deletions bugs.po

Large diffs are not rendered by default.

Loading