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.
1 parent 99a011d commit 06af862Copy full SHA for 06af862
.github/workflows/docs.yml
@@ -42,4 +42,4 @@ jobs:
42
uses: actions/upload-artifact@v3
43
with:
44
name: docs
45
- path: docs/_build
+ path: docs/build
tox.ini
@@ -104,7 +104,7 @@ deps =
104
build
105
.
106
commands =
107
- sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/_build/html
+ sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
108
python -mbuild -s
109
twine check --strict dist/*
110
0 commit comments