Skip to content

Commit 8ad7a9f

Browse files
authored
Merge pull request #445 from stan-dev/restore-rtd-pdf
Add pdf build to readthedocs
2 parents ccec477 + 025fdc0 commit 8ad7a9f

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ version: 2
33
build:
44
image: stable
55

6+
formats:
7+
- pdf
8+
69
conda:
710
environment: docsrc/env.yml

docsrc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ def emit(self, record):
323323
latex_documents = [
324324
(
325325
'index',
326-
'project-template.tex',
327-
u'project-template Documentation',
326+
'cmdstanpy.tex',
327+
u'CmdStanPy Documentation',
328328
u'Stan Development Team',
329329
'manual',
330330
)
@@ -358,8 +358,8 @@ def emit(self, record):
358358
man_pages = [
359359
(
360360
'index',
361-
'project-template',
362-
u'project-template Documentation',
361+
'cmdstanpy',
362+
u'CmdStanPy Documentation',
363363
[u'Stan Development Team'],
364364
1,
365365
)
@@ -442,4 +442,4 @@ def emit(self, record):
442442

443443
# Makes the copying behavior on code examples cleaner by removing things like In [10]: from the text to be copied
444444
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
445-
copybutton_prompt_is_regexp = True
445+
copybutton_prompt_is_regexp = True

0 commit comments

Comments
 (0)