This website is generated by Sphinx with "PyData Sphinx Theme" required Python packages:
sphinx
pydata-sphinx-theme
sphinx_design
myst_parser
Tip
For easy management of the Python packages, it is recommended to use a virtual environment.
I recommend using conda
and Miniconda should be sufficient for this purpose.
Check out the Miniconda
documentation for more
information.
-
Install the required Python packages:
pip install sphinx pydata-sphinx-theme sphinx_design myst_parser
-
Clone or download the website code from GitHub:
-
Change the contents as is needed with your favorite editor.
-
Run the following command to build the website:
make html
-
Open the generated HTML
index.html
in thebuild
directory with your browser (e.g. google chrome).
- Use
git
to commit your tested changes and push to the remote repository. - GitHub Actions will take over the rest.