Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.04 KB

How to make the HB4DSAI

Quick start

Using pip install to install the dependencies.

pip install requirements.txt

To install the sphinx mx-theme (which is exactly the same with d2l)

pip install https://github.com/mli/notedown/tarball/master
cd handbook/
git submodule add https://github.com/mli/mx-theme.git

and then modify the following two lines in conf.py:

html_theme_path = ['mxtheme']
html_theme = 'mxtheme'

More

Generate the handbook html

make html

Refer to Autodoc for the information how I generate and publish the blog.

Notice

The math support is not well in sphinx for markdown, so I use pandoc to transform .md file to .rst, the details can also be found in Autodoc.

To enable the math convention, all .md should be specified in the variable md_include in conf.py.

Builder Log

icon search