rtd, bug in docs, bad sphinx build
Closed this issue · 3 comments
dzanotelli commented
It seems that read the docs builds the sphinx documentation using python2.7 instead of python3.x.
Thus, a page with some code blocks inside an "important" block, are not rendered (in local with py3 all works fine).
Maybe adding a readthedocs.yml
conf file is the solution:
https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings
dzanotelli commented
Since now this is required by read the docs, let's add the conf file.
dzanotelli commented
the build issue (missing code block) is still there (though the adding of the conf file has worked fine, checked when building from readthedocs platform).
Since this issue-branch has already been merged to develop master, need to open a new issue for the bug
dzanotelli commented
Added new issue #19