File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 29
29
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install pandoc
30
30
31
31
- uses : actions/checkout@v3
32
+
33
+ jobs :
34
+ post_checkout :
35
+ - git fetch --unshallow || true
36
+
32
37
- run : |
33
38
curl -LJO "https://media.tuhh.de/mls/software/conflowgen/docs/data/prepared_dbs/demo_poc.sqlite"
34
39
curl -LJO "https://media.tuhh.de/mls/software/conflowgen/docs/data/prepared_dbs/demo_deham_cta.sqlite"
Original file line number Diff line number Diff line change 59
59
'enum_tools.autoenum' , # automatically document enums
60
60
'sphinx_toolbox.more_autodoc.autonamedtuple' , # automatically document namedtuples
61
61
'nbsphinx' , # use Jupyter notebooks to add programmatically created visuals
62
+ 'sphinx_last_updated_by_git' , # Extension to display the last update timestamp and author in the documentation
62
63
]
63
64
64
65
# Add any paths that contain templates here, relative to this directory.
219
220
os .system (f'echo \' mv "{ database_name } .sqlite" "{ sqlite_databases_directory } "\' ' )
220
221
os .system (f'mv "{ database_name } .sqlite" "{ sqlite_databases_directory } "' )
221
222
os .system ("echo 'sqlite databases fetched'" )
223
+
Original file line number Diff line number Diff line change 75
75
'twine' , # check and upload package to PyPI
76
76
77
77
# pip resolution issue - https://github.com/pypa/pip/issues/12430#issuecomment-1849059000
78
- 'sphinx-tabs'
78
+ 'sphinx-tabs' ,
79
+
80
+ 'sphinx-last-updated-by-git'
79
81
],
80
82
# a collection of nice-to-haves for working on Jupyter Notebooks - just a favorites list of the authors
81
83
'jupyterlab' : [
You can’t perform that action at this time.
0 commit comments