This package should be used in all sphinx projects under the @deepmodeling organization.
- Add the DeepModeling banner
- Add the ICP number to the footer
- Minify HTML, Javascript, and CSS files
Add deepmodeling_sphinx to the requirements, as well as the extensions of conf.py:
extensions = [
'deepmodeling_sphinx',
]The following directive can be used to render list of authors from git shortlog:
.. git-shortlog-authors::