Skip to content

Commit a9d0393

Browse files
committed
underintened
1 parent 8388f19 commit a9d0393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/builders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def read(self) -> list[str]:
431431
self.env.doc2path(self.config.root_doc))
432432
else:
433433
raise SphinxError('root file %s not found' %
434-
self.env.doc2path(self.config.root_doc))
434+
self.env.doc2path(self.config.root_doc))
435435

436436
for retval in self.events.emit('env-updated', self.env):
437437
if retval is not None:

0 commit comments

Comments
 (0)