address docs review comments

This commit is contained in:
james
2020-12-01 14:19:12 +00:00
parent f7fe7c03b8
commit 65a048b65c
10 changed files with 31 additions and 20 deletions

View File

@@ -47,7 +47,7 @@ jobs:
with:
docs-folder: "query-help/"
pre-build-command: "python -m pip install --upgrade recommonmark"
build-command: "sphinx-build -b html . _build"
build-command: "sphinx-build -b dirhtml . _build"
- name: Upload HTML artifacts
uses: actions/upload-artifact@v2
with: