Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Oct 3, 2024
1 parent 82fd925 commit 94734e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# General information about the project.
project = u'django-oidc-provider'
copyright = u'2023, Juan Ignacio Fiorentino'
copyright = u'2025, Juan Ignacio Fiorentino'
author = u'Juan Ignacio Fiorentino'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -55,7 +55,7 @@
# The short X.Y version.
version = u'0.8'
# The full version, including alpha/beta/rc tags.
release = u'0.8.0'
release = u'0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Binary file added docs/images/add_rsa_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/sections/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
Unreleased
==========

* Fixed: RSA server keys random ordering.
* Fixed: Example app working with Django 4.

0.8.2
=====
Expand Down
2 changes: 1 addition & 1 deletion docs/sections/serverkeys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Server RSA keys are used to sign/encrypt ID Tokens. These keys are stored in the

You can easily create them with the admin:

.. image:: http://i64.tinypic.com/vj2ma.png
.. image:: ../images/add_rsa_key.png
:align: center

Or by using ``python manage.py creatersakey`` command.
Expand Down

0 comments on commit 94734e2

Please sign in to comment.