Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06af862

Browse files
authored
Apply suggestions from code review
No need to change build directory
1 parent99a011d commit06af862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
uses:actions/upload-artifact@v3
4343
with:
4444
name:docs
45-
path:docs/_build
45+
path:docs/build

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deps =
104104
build
105105
.
106106
commands =
107-
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/_build/html
107+
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
108108
python -mbuild -s
109109
twine check --strict dist/*
110110

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp