Skip to content

Commit 591ae65

Browse files
author
rrahn
committed
Removes unneeded environment from DockerEnvironment.
1 parent 5d3ab93 commit 591ae65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/doc_builder/environments.py

-2
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,6 @@ def create_container(self):
542542
}
543543
}),
544544
detach=True,
545-
environment = {'READTHEDOCS_VERSION' : self.version.slug,
546-
'READTHEDOCS_PROJECT' : self.project.slug},
547545
mem_limit=self.container_mem_limit,
548546
)
549547
client.start(container=self.container_id)

0 commit comments

Comments
 (0)