Skip to content

Commit 8bb4059

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 0f362c2 + f8ed273 commit 8bb4059

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
version: 2
2+
build:
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3.9"
26
sphinx:
37
configuration: docs/source/conf.py
48
python:
5-
version: 3.8
69
install:
710
# install itself with pip install .
811
- method: pip

docs/source/operators/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ request handler. Each request is labeled as either a "read", "write", or "execut
222222
to ~all other permissions via other means.
223223

224224
The ``resource`` being accessed refers to the resource name in the Jupyter Server's API endpoints.
225-
In most cases, this is matches the field after `/api/`.
226-
For instance, values for ``resource`` in the endpoints provided by the base jupyter server package,
225+
In most cases, this is the field after `/api/`.
226+
For instance, values for ``resource`` in the endpoints provided by the base Jupyter Server package,
227227
and the corresponding permissions:
228228

229229
.. list-table::

0 commit comments

Comments
 (0)