We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8388f19 commit a9d0393Copy full SHA for a9d0393
sphinx/builders/__init__.py
@@ -431,7 +431,7 @@ def read(self) -> list[str]:
431
self.env.doc2path(self.config.root_doc))
432
else:
433
raise SphinxError('root file %s not found' %
434
- self.env.doc2path(self.config.root_doc))
+ self.env.doc2path(self.config.root_doc))
435
436
for retval in self.events.emit('env-updated', self.env):
437
if retval is not None:
0 commit comments