Skip to content

Commit 3149319

Browse files
authored
build(docs): Remove custom submodules in docs (#169)
1 parent c004dab commit 3149319

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
@@ -21,5 +21,5 @@ exclude = .venv,.git,.tox,docs
2121
description = invoke sphinx-build to build the HTML docs
2222
deps = {[testenv]deps}
2323
basepython = python3.6
24-
commands = sphinx-apidoc -o {toxinidir}/source ibmcloudant
24+
commands = sphinx-apidoc -o {toxinidir}/source ibmcloudant "**/common.py" "**/version.py" "**/cloudant_base_service.py" "**/couchdb_session_get_authenticator_patch.py"
2525
sphinx-build -d "{toxinidir}/docs_doctree" {toxinidir}/source "{toxinidir}/apidocs" --color -bhtml

0 commit comments

Comments
 (0)