Update sphinx and jq for documentation.
Old versions of Sphinx don't support Python 3.10. sphinx-rtd-theme 1.0.0 supports Sphinx 4.x: https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html#features PiperOrigin-RevId: 458455382 Change-Id: Ic34a7d350d5ecd1dfff53d88472a3b25a7245ec0
This commit is contained in:
committed by
Copybara-Service
parent
dbef8e6c2b
commit
2b319c81bc
+4
-1
@@ -3,12 +3,15 @@
|
||||
|
||||
version: 2
|
||||
|
||||
build:
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: doc/conf.py
|
||||
fail_on_warning: false
|
||||
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
sphinx==3.5.4
|
||||
sphinx_rtd_theme==0.5.2
|
||||
Sphinx==4.5.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
sphinxcontrib-katex==0.8.6
|
||||
sphinxcontrib-youtube==1.1.0
|
||||
sphinx-reredirects==0.0.1
|
||||
nbsphinx==0.8.0
|
||||
pandoc==1.0.2
|
||||
pygments==2.7.4
|
||||
jq==1.1.1
|
||||
jq==1.2.2
|
||||
Jinja2==2.11.3
|
||||
wheel
|
||||
# see https://github.com/aws/aws-sam-cli/issues/3661 regarding markupsafe
|
||||
|
||||
Reference in New Issue
Block a user