docs: upgrade Sphinx.
This commit is contained in:
parent
12a81f24bd
commit
e2f0519774
|
@ -6,7 +6,7 @@ import amaranth
|
||||||
project = "Amaranth HDL toolchain"
|
project = "Amaranth HDL toolchain"
|
||||||
version = amaranth.__version__
|
version = amaranth.__version__
|
||||||
release = version.split("+")[0]
|
release = version.split("+")[0]
|
||||||
copyright = "2020—2021, Amaranth HDL developers"
|
copyright = "2020—2023, Amaranth HDL developers"
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.intersphinx",
|
"sphinx.ext.intersphinx",
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
sphinx~=4.2
|
sphinx~=6.1
|
||||||
sphinxcontrib-platformpicker~=1.3
|
sphinxcontrib-platformpicker~=1.3
|
||||||
sphinx-rtd-theme~=1.0
|
sphinx-rtd-theme~=1.2
|
||||||
|
|
Loading…
Reference in a new issue