psyplot / psyplot-gui

Graphical User Interface for the psyplot package
https://psyplot.github.io/psyplot-gui
7 stars 6 forks source link

Sphinx crashes when tempdir is on another drive on Windows #6

Closed Chilipp closed 3 years ago

Chilipp commented 4 years ago

Problem description

When the build directory for the help is on another drive than the library, psyplot crashes

Expected Output

Very likely due to the same reason as in https://github.com/spyder-ide/spyder/issues/6549, sphinx cannot handle it when the temporary build directory is on another drive on Windows. This affects sphinx=2.2.0. It is fixed by downgrading to sphinx=1.7.5.

dkl78167816 commented 4 years ago

I meet the same error as yours

Chilipp commented 4 years ago

Thanks for the info @dkl78167816! I did not check again because I was very busy the last few weeks and personally I am not using Windows. But I can have a look into it, soon.

What version of Sphinx are you using? Does it help to downgrade to 1.7.5?

Chilipp commented 3 years ago

just tested this on windows and it seems to not be an issue anymore