File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import os
22import sys
3+ import datetime
34sys .path .insert (0 , os .path .abspath ('.' ))
45
6+ now = datetime .datetime .now ()
7+
8+ copyright = str (now .year ) + ' LibreCode coop'
59project = 'LibreSign Documentation'
610author = 'LibreSign Team'
711release = '1.0'
Original file line number Diff line number Diff line change 11import os
22import sys
3+ import datetime
34sys .path .insert (0 , os .path .abspath ('.' ))
45
6+ now = datetime .datetime .now ()
7+
8+ copyright = str (now .year ) + ' LibreCode coop'
59project = 'LibreSign Documentation'
610author = 'LibreSign Team'
711release = '1.0'
Original file line number Diff line number Diff line change 1- # conf.py para a documentação principal
1+ import os
2+ import sys
3+ import datetime
4+
5+ now = datetime .datetime .now ()
6+
7+ copyright = str (now .year ) + ' LibreCode coop'
8+ project = 'LibreSign Documentation'
9+ author = 'LibreSign Team'
10+ release = '1.0'
211
3- project = 'LibreSign'
4- copyright = ''
5- author = ''
612
713release = '1.0'
814
Original file line number Diff line number Diff line change 11import os
22import sys
3+ import datetime
34sys .path .insert (0 , os .path .abspath ('.' ))
45
6+ now = datetime .datetime .now ()
7+
8+ copyright = str (now .year ) + ' LibreCode coop'
59project = 'LibreSign Documentation'
610author = 'LibreSign Team'
711release = '1.0'
You can’t perform that action at this time.
0 commit comments