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

Documentation building with Sphinx#43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
funbringer merged 6 commits intopostgrespro:masterfromzilder:docs
Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Run documentation build along with the tests
  • Loading branch information
@zilder
zilder committedMar 21, 2018
commitd4f48c87db9418f776cc332ccba514f99af974ab
1 change: 0 additions & 1 deletion.gitignore
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,6 @@
dist/
build/
docs/build/
docs/source/_*

env/
venv/
Expand Down
6 changes: 5 additions & 1 deletionrun_tests.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
source $VENV_PATH/bin/activate

# install utilities
$PIP install coverage flake8 psutil
$PIP install coverage flake8 psutil Sphinx sphinxcontrib-napoleon

# install testgres' dependencies
export PYTHONPATH=$(pwd)
Expand DownExpand Up@@ -58,6 +58,10 @@ time \
# show coverage
coverage report

# build documentation
cd docs
make html
cd ..

# attempt to fix codecov
set +eux
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp