diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8ef44209..b8e02221 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index cf8b7a6f..5471ecec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -------------