Skip to content

lbologna/hbp-sp6-guidebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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