## README
EasyDK html doc pages generated by Doxygen and Sphinx.
### REQUIREMENTS
python3
virtualenv
doxygen
requirements.txt
- PDF dependencies:
texlive-full
texlive-xetex
texlive-lang-chinese
```bash
virtualenv -p /usr/bin/python3 --no-site-package sphinx_env
source sphinx_env/bin/activate
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
```