Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Add site_root attribute for specifying site root url to prepend links. #42

Merged
merged 1 commit into from
Feb 13, 2017

Conversation

davidzchen
Copy link
Member

No description provided.

skydoc/main.py Outdated
self.output_dir = output_dir
self.output_file = output_file
self.output_zip = output_zip
self.overview = overview
self.overview_filename = overview_filename
self.link_ext = link_ext

self.site_root = site_root
if len(self.site_root) > 0:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: put both condition on the same line to have only if

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@davidzchen davidzchen merged commit 7dd0264 into bazelbuild:master Feb 13, 2017
@fweikert
Copy link
Member

David, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants