Skip to content
Snippets Groups Projects
Commit 18549900 authored by Masood Malekghassemi's avatar Masood Malekghassemi Committed by GitHub
Browse files

Merge pull request #9203 from soltanmm-google/"in-the-long-run-we're-all-dead"-is-such-a-copout

Set Python documentation copyright
parents d86080d4 db422d7e
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ napoleon_numpy_docstring = True ...@@ -62,6 +62,7 @@ napoleon_numpy_docstring = True
napoleon_include_special_with_doc = True napoleon_include_special_with_doc = True
html_theme = 'sphinx_rtd_theme' html_theme = 'sphinx_rtd_theme'
copyright = "2016, The gRPC Authors"
""" """
API_GLOSSARY = """ API_GLOSSARY = """
......
...@@ -94,6 +94,7 @@ if args.submit: ...@@ -94,6 +94,7 @@ if args.submit:
# specified repository, edit it, and push it. It's up to the user to then go # specified repository, edit it, and push it. It's up to the user to then go
# onto GitHub and make a PR against grpc/grpc:gh-pages. # onto GitHub and make a PR against grpc/grpc:gh-pages.
repo_parent_dir = tempfile.mkdtemp() repo_parent_dir = tempfile.mkdtemp()
print('Documentation parent directory: {}'.format(repo_parent_dir))
repo_dir = os.path.join(repo_parent_dir, 'grpc') repo_dir = os.path.join(repo_parent_dir, 'grpc')
python_doc_dir = os.path.join(repo_dir, 'python') python_doc_dir = os.path.join(repo_dir, 'python')
doc_branch = args.doc_branch doc_branch = args.doc_branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment