We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ee047 commit 73d1c7cCopy full SHA for 73d1c7c
Makefile
@@ -38,7 +38,7 @@ benchmark:
38
tox -e benchmark
39
40
build-docs:
41
- sphinx-apidoc -o docs/ . setup.py "web3/utils/*" "*conftest*" "tests" "ethpm"
+ sphinx-apidoc -o docs/ . setup.py "*conftest*" "tests" "ethpm" "web3/tools/*"
42
$(MAKE) -C docs clean
43
$(MAKE) -C docs html
44
$(MAKE) -C docs doctest
newsfragments/2021.misc.rst
@@ -0,0 +1 @@
1
+Add ``web3/tools`` to sphinx-apidoc exclude pattern.
0 commit comments