File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
point_cloud_transport/doc Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
# If extensions (or modules to document with autodoc) are in another directory,
26
26
# add these directories to sys.path here. If the directory is relative to the
27
27
# documentation root, use os.path.abspath to make it absolute, like shown here.
28
+ from datetime import datetime
29
+
28
30
import os
29
31
import sys
30
32
sys .path .insert (0 , os .path .abspath ('.' ))
33
35
# -- Project information -----------------------------------------------------
34
36
35
37
36
- from datetime import datetime
37
- now = datetime .now () # current date and time
38
- year = now .strftime ("%Y" )
38
+ now = datetime .now () # current date and time
39
+ year = now .strftime ('%Y' )
39
40
40
41
project = 'point_cloud_transport'
41
42
copyright = '2008-' + year + ', Open Source Robotics Foundation, Inc.' # noqa
62
63
'sphinx.ext.doctest' ,
63
64
'sphinx.ext.coverage' ,
64
65
'sphinx_rtd_theme' ,
65
- " myst_parser" ,
66
+ ' myst_parser' ,
66
67
]
67
68
68
69
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments