modified the .readthedocs.yaml
This commit is contained in:
parent
cec6f73b88
commit
4b261ffeb7
2 changed files with 1 additions and 2 deletions
|
|
@ -4,5 +4,4 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: '3.11' # safer stable version
|
python: '3.11' # safer stable version
|
||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt # if you have a requirements file for docs
|
|
||||||
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Unreleased
|
||||||
- Remove previously deprecated code: ``__version__``. :pr:`5648`
|
- Remove previously deprecated code: ``__version__``. :pr:`5648`
|
||||||
|
|
||||||
- Fix template_filter decorator to correctly register filters and support usage with or without parentheses.
|
- 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
|
Version 3.1.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue