modified the .readthedocs.yaml

This commit is contained in:
Akshay 2025-05-16 15:35:51 +05:30
parent cec6f73b88
commit 4b261ffeb7
2 changed files with 1 additions and 2 deletions

View file

@ -4,5 +4,4 @@ build:
tools:
python: '3.11' # safer stable version
commands:
- pip install -r requirements.txt # if you have a requirements file for docs
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html

View file

@ -7,7 +7,7 @@ Unreleased
- Remove previously deprecated code: ``__version__``. :pr:`5648`
- Fix template_filter decorator to correctly register filters and support usage with or without parentheses.
- Improve docstring for `template_filter` decorator for better clarity and examples.
- Improve docstring for template_filter decorator for better clarity and examples.
Version 3.1.1
-------------