Updating the git submodule (git submodule update --remote) to the latest version.
Building the docs (make html) based on this version.
Committing all files changed by Sphinx
High level changes include:
Updating the MHKiT version number on every page
Adding documentation for the new mooring module
Improving syntax highlighting for python code blocks (screenshots below)
Note: this did not require any changes to the sphinx configuration, but did require committing all files that were modified or added by running make html
I did verify that all html pages render correctly.
Before and after screenshots of python code block syntax highlighting:
This request was created by:
git submodule update --remote
) to the latest version.make html
) based on this version.High level changes include:
make html
I did verify that all html pages render correctly.
Before and after screenshots of python code block syntax highlighting:
After: