##// END OF EJS Templates
.github/workflows/downstream.yml: Test with sagemath-repl (#14317)...
.github/workflows/downstream.yml: Test with sagemath-repl (#14317) Adding a lightweight test with SageMath using the modularized distribution https://pypi.org/project/sagemath-repl/ of the Sage library. Motivated by https://github.com/sagemath/sage/issues/36975, https://github.com/ipython/ipython/pull/14223#issuecomment-1870467577, https://github.com/sagemath/sage/issues/36993, https://github.com/sagemath/sage/issues/37031 @Carreau

File last commit:

r28550:923b56ea
r28624:ce22aa27 merge
Show More
.readthedocs.yaml
18 lines | 380 B | text/x-yaml | YamlLexer
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- graphviz
sphinx:
configuration: docs/source/conf.py
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt