RTD fix and docs makefile build on windows
In this MR:
- fixes #175 (closed) (a new version of
docutlis
which is required to build the docs), pinneddocutils==0.16
for now -
@adamorangeqs encountered an issue trying to build the docs on windows, I have verified on a clean install and it seems that our docs makefile is not correct, corrected to invoke python as
python
instead ofpython3
Will create an issue in the issues tracker of docutils
to report the problem.
@AdriaanRol could you review this as you are aware of the problems?
I confirmed this fixes the problems on macOS and Windows 10