Skip to content

Commit f007137

Browse files
authored
fix: docs/requirements.txt (#315)
* attempt fix: add `sphinx_rtd_theme` to `docs/requirements.txt` * fix newline * replace `jwt` with `PyJWT` ref: https://readthedocs.org/projects/python-driver-for-arangodb/builds/23067227/
1 parent e94750e commit f007137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
requests_toolbelt
22
importlib_metadata
3-
jwt
3+
PyJWT
4+
sphinx_rtd_theme

0 commit comments

Comments
 (0)