alberto-antonietti / hbp-sp6-guidebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbp-sp6-guidebook

Building HTML documentation

virtualenv venv \
    && . venv/bin/activate \
    && pip install -r requirements.txt --upgrade \
    && make html

In order to create a .docx file from the source code, the package docxsphinx has to be installed and the 'docxsphinx' extension enabled in the source/conf.py file

About


Languages

Language:Python 63.0%Language:JavaScript 14.6%Language:Batchfile 8.8%Language:Makefile 6.6%Language:CSS 5.2%Language:HTML 1.9%