Skip to content

Commit a5d9d45

Browse files
committed
Use custom doctree directories
1 parent 4ba0c27 commit a5d9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/backends/sphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def build(self, **kwargs):
134134
build_command.append('-E')
135135
build_command.extend([
136136
'-b', self.sphinx_builder,
137-
'-d', '_build/doctrees',
137+
'-d', '_build/doctrees-{format}'.format(format=self.sphinx_builder),
138138
'-D', 'language={lang}'.format(lang=project.language),
139139
'.',
140140
self.sphinx_build_dir

0 commit comments

Comments
 (0)