Thanks to visit codestin.com Credit goes to github.com
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 37120a2 commit d4f48c8Copy full SHA for d4f48c8
.gitignore
@@ -5,7 +5,6 @@
5
dist/
6
build/
7
docs/build/
8
-docs/source/_*
9
10
env/
11
venv/
run_tests.sh
@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
22
source $VENV_PATH/bin/activate
23
24
# install utilities
25
-$PIP install coverage flake8 psutil
+$PIP install coverage flake8 psutil Sphinx sphinxcontrib-napoleon
26
27
# install testgres' dependencies
28
export PYTHONPATH=$(pwd)
@@ -58,6 +58,10 @@ time \
58
# show coverage
59
coverage report
60
61
+# build documentation
62
+cd docs
63
+make html
64
+cd ..
65
66
# attempt to fix codecov
67
set +eux
0 commit comments