##// END OF EJS Templates
ENH: Don't show message when enable the current eventloop. (#14168)...
ENH: Don't show message when enable the current eventloop. (#14168) Should take care of #14006, at least partially.

File last commit:

r28380:c2fbffc9
r28403:3df49467 merge
Show More
.readthedocs.yaml
16 lines | 349 B | text/x-yaml | YamlLexer
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
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