igmk / pamtra

Passive and Active Microwave TRAnsfer model
GNU General Public License v3.0
20 stars 16 forks source link

install error #34

Closed yuerchang closed 1 year ago

yuerchang commented 3 years ago

Eventually, you can build the documentation by using the Makefile in the PAMTRA main directory with

make html

error: could not import extension sphinx.ext.autosectionlabel

What can I do? How to install it?

DaveOri commented 3 years ago

Hi, It seems a problem related to the sphinx version you have installed and not sphinx itself. I have tried to install pamtra on a fresh installation of Ubuntu 20.04 and everything works fine with sphinx 1.8.5

Could you check which sphinx version you have installed by running the following command? python3 -c "import sphinx; print(sphinx.__version__)"

You can also try to upgrade sphinx, or to pin the version 1.8.5 and see if that helps

In any case, the documentation is available online on readthedocs at https://pamtra.readthedocs.io/en/latest/

DaveOri commented 3 years ago

@yuerchang is this still an issue?