Fix documentation build failing on Python 3#478
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #478 +/- ##
==========================================
+ Coverage 30.26% 30.45% +0.19%
==========================================
Files 206 206
Lines 18143 17852 -291
Branches 2461 2461
==========================================
- Hits 5491 5437 -54
+ Misses 12309 12072 -237
Partials 343 343
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I tried to build the documentation with the following commands:
I get the following error:
execfileis a Python 2 built-in. This PR fixes the config file so that the config file works on Python 3. We probably want to add adocscommand inci/edmtool.pylike in the other ETS projects to streamline this step, and possibly run this command as part of CI, but that can come in separate PRs/issues.