URL: https://www.flexconfirmmail.com
-
Install Sphinx, pydata-sphinx-theme, and sphinx-design (to use the dropdown feature)
$ python3 -m pip install -U --user Sphinx pydata-sphinx-theme sphinx-design -
Compile the source files using
make.$ make html -
The website should be available in
build/html. -
To check if root relative paths work, start http.server at
build/html.$ python3 -m http.server 8000Then open
http://localhost:8000on your browser.Change the port number if needed.