-
Notifications
You must be signed in to change notification settings - Fork 8
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
Introduce Readthedocs config file #586
Conversation
The
|
Codecov Report
@@ Coverage Diff @@
## master #586 +/- ##
=======================================
Coverage 95.35% 95.35%
=======================================
Files 92 92
Lines 4305 4305
Branches 422 422
=======================================
Hits 4105 4105
Misses 140 140
Partials 60 60 Continue to review full report at Codecov.
|
I can't reproduce this locally:
|
The above issue was caused by the |
The error above was resolved by reverting the change introduced in #577: we now call |
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: "3.7" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This choice of Python 3.7 is somewhat arbitrary, but at least it matches the previous Python version used before the explicit .readthedocs.yaml
config file was used. See https://readthedocs.org/projects/simphony-remote/builds/15553588/#build-commands
Given that this set of changes is fairly simple and contained, I propose merging this PR now (and addressing potential issues in follow-up PRs). |
Introduce an explicit config file for Readthedocs,
.readthedocs.yaml
and hence close #585.Side effect: support for installing
remoteappmanager
usingpython setup.py install
is removed. (See also #577 where it was originally introduced.)