Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 352 Bytes

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.