Skip to content

Commit 4b0a14c

Browse files
committed
removing os-specific files from sphinx autodoc
1 parent 9584506 commit 4b0a14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ whitelist_externals =
4646
commands =
4747
rm -f docs/modules.rst
4848
mkdir -p docs/_static
49-
sphinx-apidoc -e -o docs/ progressbar os_specific
49+
sphinx-apidoc -e -o docs/ progressbar */os_specific/*
5050
rm -f docs/modules.rst
5151
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html {posargs}
5252

0 commit comments

Comments
 (0)