From 4b261ffeb71a1207b3ce3cb2550e2a639d99253e Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 16 May 2025 15:35:51 +0530 Subject: [PATCH] modified the .readthedocs.yaml --- .readthedocs.yaml | 1 - CHANGES.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 -------------