File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,8 @@ version: 2
33build :
44 image : stable
55
6+ formats :
7+ - pdf
8+
69conda :
710 environment : docsrc/env.yml
Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ def emit(self, record):
323323latex_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):
358358man_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
444444copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
445- copybutton_prompt_is_regexp = True
445+ copybutton_prompt_is_regexp = True
You can’t perform that action at this time.
0 commit comments