Closed MingjieJian closed 4 years ago
Finished by #14 I tried many configuration, and it seems that since we are using numpydoc style in docstring, we need to add sphinx.ext.napoleon into sphinx extension. There only three space in :members: row in each .rst files instead of 4 in other python files. Finally an if statement was added to setup.py to skip MOOG installation in readthedoc envrionment, and the install package option is checked in readthedoc setting.
There is nothing in https://pymoog.readthedocs.io/en/latest/, though the html pages work well in my computer. The reason is that there is no gfortran in the remote server (refer to https://readthedocs.org/projects/pymoog/builds/11337771/?).We need to fix this.