Skip to content

Commit

Permalink
Fix pdf building.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Oct 21, 2012
1 parent 93de8da commit f2d6c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readthedocs/doc_builder/backends/sphinx_pdf.py
Expand Up @@ -47,6 +47,7 @@ def build(self, **kwargs):
def move(self, **kwargs):
#This needs to be thought about more because of all the state above.
#We could just shove the filename on the instance or something.
project = self.version.project
os.chdir(os.path.join(project.conf_dir(self.version.slug), '_build', 'latex'))
tex_files = glob('*.tex')
for tex_file in tex_files:
Expand Down

0 comments on commit f2d6c00

Please sign in to comment.