On 2016-03-21 14:08, Harald Schilly wrote:
Hi, I'm the one updating doc.sagemath.org and just found out that building the documentation has changed in 7.1.
Indeed. Mostly, things have been moved around. The old src/doc was split in three pieces:
- src/doc contains now only the documentation sources (including the reference manual generated by autodoc) and configuration
files. - src/sage_setup/docbuild contains the scripts to build the documentation. - local/share/doc/sage contains the built doc output The environment variables have changed too: - $SAGE_DOC_SRC points to src/doc - $SAGE_DOC points to local/share/doc/sage
Is there a way to still build it in the old way, such that I don't have to rewrite my scripts?
I guess you could play with the above environment variables if you want...
… and besides the location, what exactly has changed?
There are various changes in the documentation build process, but I don't know if those affect your scripts. Just try and see what works...
Jeroen. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
