Skip to content

Files

Latest commit

author
Fujimoto Seiji
May 8, 2022
ebdf793 · May 8, 2022

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.