Skip to content

Commit f8dff3b

Browse files
committed
fixed docutils version, added comments, and minor update in a notebook
1 parent c651024 commit f8dff3b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/session_sharing.ipynb

+3
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,11 @@
275275
"\n",
276276
"1. Create a single authentication session.\n",
277277
"2. Start a separate thread that is continuously running the following 2-step procedure:\n",
278+
" \n",
278279
" * extract a session token and send it to a shared memory space,\n",
279280
" * wait until the current session token is close to expiring and the token will have to be refreshed.\n",
281+
"\n",
282+
"\n",
280283
"3. Start parallelization with multiple Python processes.\n",
281284
"4. Each process should read the token from the shared memory space and cache it into its client object every time before it starts interacting with Sentinel Hub service.\n",
282285
"\n",

requirements-docs.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
jupyter_core
2-
docutils
31
sphinx
42
sphinx_rtd_theme
53
nbsphinx
64
matplotlib
75
ipython
86
m2r2
9-
jinja2==3.0.3
7+
docutils==0.17.1 # Newer versions don't format lists correctly on some browsers when run on ReadTheDocs
8+
jinja2==3.0.3 # Newer versions aren't compatible with nbsphinx==0.8.8

0 commit comments

Comments
 (0)