-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapImprovementMinor improvement to codeMinor improvement to code
Milestone
Description
In this build https://readthedocs.org/projects/test-builds/builds/16326429/ I'm using coda, but I didn't define the environment file in the config file, so it gave me a generic error
The error came from
readthedocs.org/readthedocs/doc_builder/python_environments.py
Lines 550 to 557 in 6752de1
inputfile = codecs.open( | |
os.path.join( | |
self.checkout_path, | |
self.config.conda.environment, | |
), | |
encoding='utf-8', | |
mode='r', | |
) |
We should probably require using conda.environment when using build.tools.python = conda
humitos
Metadata
Metadata
Assignees
Labels
AcceptedAccepted issue on our roadmapAccepted issue on our roadmapImprovementMinor improvement to codeMinor improvement to code
Type
Projects
Status
Done