Skip to content

Commit afb06dd

Browse files
committed
docs: include token_family and cache.py in Sphinx build-docs
1 parent 17eef74 commit afb06dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ build-docs:
3737
*confest* \
3838
tests/* \
3939
rest_framework_simplejwt/token_blacklist/* \
40+
rest_framework_simplejwt/token_family/* \
4041
rest_framework_simplejwt/backends.py \
4142
rest_framework_simplejwt/exceptions.py \
4243
rest_framework_simplejwt/settings.py \
43-
rest_framework_simplejwt/state.py
44+
rest_framework_simplejwt/state.py \
45+
rest_framework_simplejwt/cache.py
4446
$(MAKE) -C docs clean
4547
$(MAKE) -C docs html
4648
$(MAKE) -C docs doctest

0 commit comments

Comments
 (0)