Skip to content

Commit 450363b

Browse files
authored
chore(python): remove unused docs scripts (#2067)
* chore(python): remove unused docs scripts * update test * also remove .kokoro/publish-docs.sh
1 parent aa69fb7 commit 450363b

7 files changed

Lines changed: 1 addition & 520 deletions

File tree

synthtool/gcp/templates/python_library/.kokoro/docker/docs/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

synthtool/gcp/templates/python_library/.kokoro/docker/docs/requirements.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

synthtool/gcp/templates/python_library/.kokoro/docker/docs/requirements.txt

Lines changed: 0 additions & 297 deletions
This file was deleted.

synthtool/gcp/templates/python_library/.kokoro/docs/common.cfg

Lines changed: 0 additions & 72 deletions
This file was deleted.

synthtool/gcp/templates/python_library/.kokoro/docs/docs.cfg

Lines changed: 0 additions & 1 deletion
This file was deleted.

synthtool/gcp/templates/python_library/.kokoro/publish-docs.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

tests/test_python_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_python_library():
243243
common = gcp.CommonTemplates(template_path=template_dir)
244244
templated_files = common.py_library()
245245

246-
assert os.path.exists(templated_files / ".kokoro/docker/docs/Dockerfile")
246+
assert os.path.exists(templated_files / ".kokoro/build.sh")
247247

248248

249249
def test_split_system_tests():

0 commit comments

Comments
 (0)