Skip to content

Commit 025fdc0

Browse files
authored
Update titles of alternative docs
[no ci]
1 parent 27595f9 commit 025fdc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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)