Thanks for the release. I have a couple of issues. There are several places, like pyproject.toml where python version is set <3.14. Changing it <3.15, it builds with python 3.14 in Fedora 43. The other issue is more strange because it happens in one computer with F43 but not in other one when building the documentation. I get :
```
...
[sagemath_doc_html-none] [spkg-install] [reference] /usr/local/sagedev/build/sage-distro/src/doc/en/reference/references/index.rst:7176: WARNING: Citación [ZZ2005] no está referenciada. [r
ef.citation]
[sagemath_doc_html-none] [spkg-install] [reference] verificando consistencia... hecho
[sagemath_doc_html-none] [spkg-install] [reference] preparando documentos... hecho
[sagemath_doc_html-none] [spkg-install] [reference] escribiendo salida... [100%] index
[sagemath_doc_html-none] [spkg-install] [reference] The inventory file is in src/doc/inventory/en/reference/references.
[sagemath_doc_html-none] [spkg-install] Error building the documentation.
[sagemath_doc_html-none] [spkg-install] Traceback (most recent call last):
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/build-docs.py", line 11, in <module>
[sagemath_doc_html-none] [spkg-install] main()
[sagemath_doc_html-none] [spkg-install] ~~~~^^
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/sage_docbuild/__main__.py", line 548, in main
[sagemath_doc_html-none] [spkg-install] build()
[sagemath_doc_html-none] [spkg-install] ~~~~~^^
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/sage_docbuild/builders.py", line 670, in _wrapper
[sagemath_doc_html-none] [spkg-install] getattr(DocBuilder, build_type)(self, *args, **kwds)
[sagemath_doc_html-none] [spkg-install] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/sage_docbuild/builders.py", line 143, in f
[sagemath_doc_html-none] [spkg-install] runsphinx()
[sagemath_doc_html-none] [spkg-install] ~~~~~~~~~^^
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/sage_docbuild/sphinxbuild.py", line 324, in runsphinx
[sagemath_doc_html-none] [spkg-install] sys.stderr.raise_errors()
[sagemath_doc_html-none] [spkg-install] ~~~~~~~~~~~~~~~~~~~~~~~^^
[sagemath_doc_html-none] [spkg-install] File "/usr/local/sagedev/src/sage_docbuild/sphinxbuild.py", line 255, in raise_errors
[sagemath_doc_html-none] [spkg-install] raise OSError(self._error)
[sagemath_doc_html-none] [spkg-install] OSError: WARNING: entrada html_static_path 'static' no existe
[sagemath_doc_html-none] [spkg-install] ninja: build stopped: subcommand failed.
[sagemath_doc_html-none] [spkg-install] INFO: autodetecting backend as ninja
[sagemath_doc_html-none] [spkg-install] INFO: calculating backend command to run: /usr/bin/ninja -C /usr/local/sagedev/build/sage-distro doc-html
[sagemath_doc_html-none] [spkg-install] make[5]: *** [Makefile:23: doc-html] Error 1
[sagemath_doc_html-none] ************************************************************************
```
Some ideas? Best, Enrique.