Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Fixed doc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Nov 11, 2021
1 parent 0611e4e commit 67d91ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
#SPHINXBUILD = sphinx-build
SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.6/bin/sphinx-build
SPHINXBUILD = /Library/Frameworks/Python.framework/Versions/3.7/bin/sphinx-build
SPHINXPROJ = oidcrp
SOURCEDIR = source
BUILDDIR = build
Expand Down
2 changes: 1 addition & 1 deletion src/oidcrp/cookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def make_cookie(name, load, seed, expire=0, domain="", path="", timestamp="",
:param enc_key: The key to use for cookie encryption.
:type enc_key: byte string
:param secure: A secure cookie is only sent to the server with an encrypted request over the
HTTPS protocol.
HTTPS protocol.
:type secure: boolean
:param http_only: HttpOnly cookies are inaccessible to JavaScript's Document.cookie API
:type http_only: boolean
Expand Down

0 comments on commit 67d91ec

Please sign in to comment.