mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
doc: Upgrade and unpin some python versions
https://access.redhat.com/security/cve/CVE-2022-34749 https://bugzilla.redhat.com/show_bug.cgi?id=2255448 Fixes https://github.com/ceph/ceph/pull/44222 Signed-off-by: David Galloway <david.galloway@ibm.com>
This commit is contained in:
parent
5c1b470372
commit
4e29244336
@ -7,7 +7,7 @@ formats: []
|
|||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.8"
|
python: "3.9"
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- ditaa
|
- ditaa
|
||||||
- graphviz
|
- graphviz
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
Sphinx == 5.0.2
|
# RTD theme does not work with >= 7 https://github.com/readthedocs/readthedocs.org/issues/10279
|
||||||
|
Sphinx < 7
|
||||||
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
|
git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
|
||||||
git+https://github.com/vlasovskikh/funcparserlib.git
|
git+https://github.com/vlasovskikh/funcparserlib.git
|
||||||
breathe >= 4.20.0,!=4.33
|
breathe >= 4.20.0,!=4.33
|
||||||
@ -10,11 +11,13 @@ pcpp
|
|||||||
prettytable
|
prettytable
|
||||||
sphinx-autodoc-typehints == 1.18.3
|
sphinx-autodoc-typehints == 1.18.3
|
||||||
sphinx-prompt
|
sphinx-prompt
|
||||||
sphinx_rtd_theme == 1.0.0
|
sphinx_rtd_theme
|
||||||
Sphinx-Substitution-Extensions
|
Sphinx-Substitution-Extensions
|
||||||
typed-ast
|
typed-ast
|
||||||
sphinxcontrib-mermaid
|
sphinxcontrib-mermaid
|
||||||
sphinxcontrib-openapi
|
sphinxcontrib-openapi
|
||||||
sphinxcontrib-seqdiag
|
sphinxcontrib-seqdiag
|
||||||
mistune < 2.0.0
|
# m2r2 replaces mistune https://github.com/CrossNox/m2r2?tab=readme-ov-file#m2r-the-original
|
||||||
|
m2r2
|
||||||
natsort
|
natsort
|
||||||
|
docutils < 0.20
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user