diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-18 22:27:52 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-18 22:27:52 +0200 |
commit | 305b86aaf545eb662b8801868560575c8aeb2dd6 (patch) | |
tree | 8ce96e0efdb754a25c89899c8dd39cce0c13a3d4 /doc | |
parent | ea72eb4f0703b16e935dc6f41f54bc94739a18f3 (diff) | |
download | ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.gz ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.tar.bz2 ghdl-305b86aaf545eb662b8801868560575c8aeb2dd6.zip |
Bumped Python package dependencies in pyGHDL.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index cb4081ec3..14fe95810 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,8 @@ -r ../pyGHDL/requirements.txt -sphinx>=3.4.2 +sphinx>=5.0.2 #recommonmark>=0.7.1 -python-dateutil>=2.8.1 +python-dateutil>=2.8.2 # Sphinx Extenstions # sphinxcontrib-textstyle>=0.2.1 @@ -10,7 +10,7 @@ python-dateutil>=2.8.1 # changelog>=0.3.5 autoapi sphinx_fontawesome>=0.0.6 -sphinx_autodoc_typehints>=1.11.1 +sphinx_autodoc_typehints>=1.18.3 # BuildTheDocs Extensions (mostly patched Sphinx extensions) btd.sphinx.autoprogram>=0.1.6.post1 |