Skip to content

Commit

Permalink
Apidocs (#947)
Browse files Browse the repository at this point in the history
* Fix? readthedocs build of openapi spec.

close #946

* Change release to 5.4.2
  • Loading branch information
jwag956 authored Mar 6, 2024
1 parent 99b19be commit 0199907
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
builder: dirhtml
builder: html
fail_on_warning: true

# Optionally set the version of Python and requirements required to build your docs
Expand Down
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Flask-Security Changelog

Here you can see the full list of changes between each Flask-Security release.

Version 5.4.2
-------------

Released xxx

Fixes
+++++
- (:issue:`946`) OpenAPI spec missing.
- (:pr:`945`) Doc fixes (e-goto)
- (:pr:`941`) Update ES/IT translations (gissimo)

Version 5.4.0 & 5.4.1
----------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ Customizing and Usage Patterns

API
---
`OpenApi Spec`_


.. _OpenApi Spec: _static/openapi_view.html

.. toctree::
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
)
from .webauthn_util import WebauthnUtil

__version__ = "5.4.1"
__version__ = "5.4.2"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ deps =
jinja2
skip_install = true
commands =
pybabel extract --version 5.4.1 --keyword=_fsdomain --project=Flask-Security \
pybabel extract --version 5.4.2 --keyword=_fsdomain --project=Flask-Security \
-o flask_security/translations/flask_security.pot \
--msgid-bugs-address=jwag956@github.com --mapping-file=babel.ini \
--add-comments=NOTE flask_security
Expand Down

0 comments on commit 0199907

Please sign in to comment.