Skip to content

Commit

Permalink
build(python): update docfx job to use new plugin (#28)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/eed5ac88-37a8-4fd5-bece-3267ea30553e/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

Source-Link: googleapis/synthtool@4501974
  • Loading branch information
yoshi-automation committed Mar 31, 2021
1 parent 1b2c384 commit a60848a
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-private-ca/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ def docfx(session):
"""Build the docfx yaml files for this library."""

session.install("-e", ".")
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
104 changes: 100 additions & 4 deletions packages/google-cloud-private-ca/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-security-private-ca.git",
"sha": "d12cbba69ac37d2728dce2a2ac8078d6dcedb35a"
"remote": "https://github.com/googleapis/python-security-private-ca.git",
"sha": "82eac92f857486aefbcfaffead2bb3c45985280d"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
}
],
Expand All @@ -40,5 +40,101 @@
"generator": "bazel"
}
}
],
"generatedFiles": [
".coveragerc",
".flake8",
".github/CONTRIBUTING.md",
".github/ISSUE_TEMPLATE/bug_report.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/header-checker-lint.yml",
".github/release-please.yml",
".github/snippet-bot.yml",
".gitignore",
".kokoro/build.sh",
".kokoro/continuous/common.cfg",
".kokoro/continuous/continuous.cfg",
".kokoro/docker/docs/Dockerfile",
".kokoro/docker/docs/fetch_gpg_keys.sh",
".kokoro/docs/common.cfg",
".kokoro/docs/docs-presubmit.cfg",
".kokoro/docs/docs.cfg",
".kokoro/populate-secrets.sh",
".kokoro/presubmit/common.cfg",
".kokoro/presubmit/presubmit.cfg",
".kokoro/publish-docs.sh",
".kokoro/release.sh",
".kokoro/release/common.cfg",
".kokoro/release/release.cfg",
".kokoro/samples/lint/common.cfg",
".kokoro/samples/lint/continuous.cfg",
".kokoro/samples/lint/periodic.cfg",
".kokoro/samples/lint/presubmit.cfg",
".kokoro/samples/python3.6/common.cfg",
".kokoro/samples/python3.6/continuous.cfg",
".kokoro/samples/python3.6/periodic-head.cfg",
".kokoro/samples/python3.6/periodic.cfg",
".kokoro/samples/python3.6/presubmit.cfg",
".kokoro/samples/python3.7/common.cfg",
".kokoro/samples/python3.7/continuous.cfg",
".kokoro/samples/python3.7/periodic-head.cfg",
".kokoro/samples/python3.7/periodic.cfg",
".kokoro/samples/python3.7/presubmit.cfg",
".kokoro/samples/python3.8/common.cfg",
".kokoro/samples/python3.8/continuous.cfg",
".kokoro/samples/python3.8/periodic-head.cfg",
".kokoro/samples/python3.8/periodic.cfg",
".kokoro/samples/python3.8/presubmit.cfg",
".kokoro/test-samples-against-head.sh",
".kokoro/test-samples-impl.sh",
".kokoro/test-samples.sh",
".kokoro/trampoline.sh",
".kokoro/trampoline_v2.sh",
".pre-commit-config.yaml",
".trampolinerc",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.rst",
"LICENSE",
"MANIFEST.in",
"docs/_static/custom.css",
"docs/_templates/layout.html",
"docs/conf.py",
"docs/multiprocessing.rst",
"docs/privateca_v1beta1/certificate_authority_service.rst",
"docs/privateca_v1beta1/services.rst",
"docs/privateca_v1beta1/types.rst",
"google/cloud/security/privateca/__init__.py",
"google/cloud/security/privateca/py.typed",
"google/cloud/security/privateca_v1beta1/__init__.py",
"google/cloud/security/privateca_v1beta1/py.typed",
"google/cloud/security/privateca_v1beta1/services/__init__.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/__init__.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/async_client.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/client.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/pagers.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/transports/__init__.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/transports/base.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/transports/grpc.py",
"google/cloud/security/privateca_v1beta1/services/certificate_authority_service/transports/grpc_asyncio.py",
"google/cloud/security/privateca_v1beta1/types/__init__.py",
"google/cloud/security/privateca_v1beta1/types/resources.py",
"google/cloud/security/privateca_v1beta1/types/service.py",
"mypy.ini",
"noxfile.py",
"renovate.json",
"scripts/decrypt-secrets.sh",
"scripts/fixup_privateca_v1beta1_keywords.py",
"scripts/readme-gen/readme_gen.py",
"scripts/readme-gen/templates/README.tmpl.rst",
"scripts/readme-gen/templates/auth.tmpl.rst",
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
"scripts/readme-gen/templates/install_deps.tmpl.rst",
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
"setup.cfg",
"testing/.gitignore",
"tests/unit/gapic/privateca_v1beta1/__init__.py",
"tests/unit/gapic/privateca_v1beta1/test_certificate_authority_service.py"
]
}

0 comments on commit a60848a

Please sign in to comment.