We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
poetry run
make html
1 parent b32094a commit 517849bCopy full SHA for 517849b
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
poetry install
28
- name: Build docs
29
run: |
30
- poetry run make html
+ make html
31
- name: Upload build
32
uses: actions/upload-artifact@v2-preview
33
with:
Makefile
@@ -17,7 +17,7 @@ open:
17
18
# You can set these variables from the command line.
19
SPHINXOPTS =
20
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = poetry run sphinx-build
21
PAPER =
22
BUILDDIR = _build
23
0 commit comments