You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: sequence item 7: expected str instance, NoneType found
(34 additional frame(s) were not displayed)
...
File "readthedocs/doc_builder/environments.py", line 550, in __exit__
ret = self.handle_exception(exc_type, exc_value, tb)
File "readthedocs/doc_builder/environments.py", line 891, in __exit__
return super().__exit__(exc_type, exc_value, tb)
File "readthedocs/projects/tasks.py", line 568, in run_build
log.warning('No build ID, not syncing files')
File "readthedocs/projects/tasks.py", line 404, in run
self.run_build(docker=docker, record=record)
File "readthedocs/projects/tasks.py", line 281, in update_docs_task
return step.run(project_id, *args, **kwargs)
(Build) [delira:tf_update_docs] sequence item 7: expected str instance, NoneType found
The text was updated successfully, but these errors were encountered:
Some people are migrating from pip to conda,
but they were using a v1 config,
then when migrating they are using the conda option from v2.
We are not validating this, but using conda.file is mandatory
when using the conda option (or rtd will fail without any reason).
Closereadthedocs#5322Closereadthedocs#5228
Sentry Issue: READTHEDOCS-ORG-EMX
The text was updated successfully, but these errors were encountered: