[sage-devel] Sphinx directives in upper case?

2024-01-24 Thread Kwankyu Lee
Hi, Our developer guide dictates to write Sphinx directives in upper case. So for example, ".. MATH::" instead of ".. math::". By the way, it seems that Sphinx community seems to regard lower case as norm. So my question is: why do we insist upper case? Could anyone point to a discussion

Re: [sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Gareth Ma
Thank you both for the suggestion, I went with Dima's suggestion by running `sage -b` once, and now it supports incremental building. I will try Nils' approach and see if I can figure it out - if I do, I will add it to the conda-forge installation documentations page :) Best regards, Gareth

[sage-devel] Re: rebuilding Cython files in `conda` installation

2024-01-24 Thread Nils Bruin
On Wednesday 24 January 2024 at 08:22:21 UTC-8 Gareth Ma wrote: Hi all, my development Sage installation uses the conda instructions here . There is a command below for how to

Re: [sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Dima Pasechnik
On 24 January 2024 15:58:56 GMT, Gareth Ma wrote: >Hi all, my development Sage installation uses the conda instructions here >. > >There is a command below for how to

[sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Gareth Ma
Hi all, my development Sage installation uses the conda instructions here . There is a command below for how to recompile Cython files: pip install --no-build-isolation