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

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