-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include docs in sdist and add Makefile for common build, dev, test #4565
Include docs in sdist and add Makefile for common build, dev, test #4565
Conversation
Still creating the same weird weird |
Can you rebase against 0.15.x? |
0636b6c
to
f268378
Compare
except (NoSuchElementException, StaleElementReferenceException): | ||
return False | ||
|
||
WebDriverWait(context.browser, 10).until(rate_element) | ||
rating_el = WebDriverWait(context.browser, 10).until(get_rating_el) | ||
rating_el.click() |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Hmm, not so nice, sorry about that, I wanted to squash everything into one commit, but perhaps in doing that, I failed to update properly. Will have a look.... |
@MCGallaspy thanks for checking this! |
@@ -162,6 +171,11 @@ def gen_data_files(*dirs): | |||
gen_data_files('static-libraries') | |||
) | |||
|
|||
data_files += map( | |||
lambda x: (os.path.join(kalite.ROOT_DATA_PATH, x[0]), x[1]), | |||
gen_data_files('docs/_build/html', optional=True) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
8b64b39
to
f7ce373
Compare
Include docs in sdist and add Makefile for common build, dev, test
Taking over from #4526
Change affecting 0.15 release
Docs are included in the sdist and built automatically by running
make sdist
.PR for #4348 (partly) and #4375
Change affecting build process
The PyPi and .deb for 0.15 will be released by using a new Makefile. Yay!
#4459
Makefile does this: