On 22.08.23 09:23, Grégory Vanuxem wrote:
Hello,When I opened the fricas source directory in VSCode, in an unknown manner, Sphinx doc were detected, several stuff were installed and html documentation was automagically generated. Good! I know that the INSTALL file reads: ====== SphinxDoc (optional) The documentation is built via Sphinx. sudo apt install python3 python3-pip pip3 install -U Sphinx==5.3.0 **WARNING**: Currently, Sphinx 6 and higher will fail building the ".html" pages. =======
Maybe the warning is confusing, since indeed some of the .rst files are translated to HTML, but as you recognized, the stuff under /api/ is missing. Only after the release of 1.3.9 I figured out what the actual problem was. (I spent quite some time to bisect the source tree of sphinx-doc to find the exact commit that caused the problem with not compiling our api stuff.
It is now corrected already in master by this commit. https://github.com/fricas/fricas/commit/6ec7efff69a298350c28a58f91373079e98bf228 Is that enough to answer your mail? Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/12f306c8-92b7-629d-3c3b-8b1c5b1673c9%40hemmecke.org.
