Merge pull request #1276 from ousttrue/doc/fix_html_context

conf.py とコマンドラインの評価順ぽい
This commit is contained in:
PoChang007 2021-10-06 17:24:12 +09:00 committed by GitHub
commit 0cb09bbd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
run: sphinx-build . ../public/ja
- name: sphinx build(en)
working-directory: ./docs
run: sphinx-build . ../public/en -D language=en
run: sphinx-build . ../public/en -D language=en -A language=en
- name: copy index.html
run: cp docs/index.html public/index.html
- name: Deploy