Assuming you have already installed the ivadomed
package, you will also need to install:
pip install sphinx_rtd_theme
To create the html pages from the .rst
files:
cd ivadomed/docs
make html
Check out the Makefile
for more information.
Under docs/build/html
, open index.html
in your browser to preview
the Sphinx
documentation.