Skip to content

FlexConfirmMail/flexconfirmmail.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flexconfirmmail.github.io

URL: https://www.flexconfirmmail.com

How to build the website locally

  1. Install Sphinx and pydata-sphinx-theme

    $ python3 -m pip install -U --user Sphinx pydata-sphinx-theme
    
  2. Compile the source files using make.

    $ make html
    
  3. The website should be available in build/html.