Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit c5caea7

Browse files
authored
Merge pull request #1077 from pohly/doc-fixes
doc fixes
2 parents 9cb9bf5 + 87226f0 commit c5caea7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx
2-
sphinx_rtd_theme
3-
recommonmark
4-
sphinx-markdown-tables
1+
sphinx == 4.5.0
2+
sphinx_rtd_theme == 1.0.0
3+
recommonmark == 0.7.1
4+
sphinx-markdown-tables == 0.0.15
55
sphinx-copybutton == 0.2.11
6-
sphinx-md
6+
sphinx-md == 0.0.3

examples/memcached.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,7 @@ persistentvolumeclaim "memcached-data-volume-pmem-memcached-0" deleted
315315
## KubeDB
316316

317317
The [KubeDB operator](https://kubedb.com) >= 0.14.0-beta.1 has
318-
[changes](https://github.com/kubedb/memcached/pull/146) that enable
319-
the usage of PMEM in ephemeral volumes. Management of persistent
318+
support for usage of PMEM in ephemeral volumes. Management of persistent
320319
volumes and thus the restartable cache feature are not supported.
321320

322321
At this time, the upstream install instructions do not cover

0 commit comments

Comments
 (0)