Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Makefile fixes#713

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 5 commits into3.8frommakefile-fixes
Aug 23, 2020
Merged

Makefile fixes#713

cmaureir merged 5 commits into3.8frommakefile-fixes
Aug 23, 2020

Conversation

humitos
Copy link
Collaborator

@humitoshumitos commentedAug 23, 2020
edited
Loading

Thesphinx-build command has been failing for some time now. It seems that Travis-CI does not findsphinx-build command but it does not report back that problem and just make it pass.

I made some changes to report this problem and make the build to fail (added&& to the command). Besides, I made Travis tonot use our ownmake build because Travis gives us a Python inside a virtualenv already, and our Makefile creates another venv using that virtualenv and makes things to behave wrong (packages are installed in the original virtualenv instead of the one we created)

Because we haven't runsphinx-build in the last PRs, now that it's fixed and it's ran it shows some WARNINGs in thesphinx-build command that we need to fix at some point.

Travis is giving us a Python executable that it's already inside a virtualenv.So, using that executable to create another virtualenv does not work properlyand all the packages are installed in the original virtualenv instead in the onecreated by the Makefile; which makes packages to not be found at `venv/bin/`.I'm using Travis `script` option to call the commands that we need just usingthe virtualenv they provide to us instead of calling `make build`.
@humitoshumitos marked this pull request as ready for reviewAugust 23, 2020 10:32
@humitoshumitos requested a review fromcmaureirAugust 23, 2020 10:32
- some mistyped roles- auditing event coming from Python souce code (.py)- mark a page (review guide) as orphan- missed quotes and wrong quotes
@cmaureircmaureir merged commit5d223c0 into3.8Aug 23, 2020
@humitoshumitos deleted the makefile-fixes branchAugust 23, 2020 11:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cmaureircmaureircmaureir approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@humitos@cmaureir

[8]ページ先頭

©2009-2025 Movatter.jp