Skip to content

Commit 73d1c7c

Browse files
authored
Update sphinx-apidoc command to exclude benchmarking docs (ethereum#2021)
1 parent f2ee047 commit 73d1c7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ benchmark:
3838
tox -e benchmark
3939

4040
build-docs:
41-
sphinx-apidoc -o docs/ . setup.py "web3/utils/*" "*conftest*" "tests" "ethpm"
41+
sphinx-apidoc -o docs/ . setup.py "*conftest*" "tests" "ethpm" "web3/tools/*"
4242
$(MAKE) -C docs clean
4343
$(MAKE) -C docs html
4444
$(MAKE) -C docs doctest

newsfragments/2021.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``web3/tools`` to sphinx-apidoc exclude pattern.

0 commit comments

Comments
 (0)