diff options
| author | tgingold <tgingold@users.noreply.github.com> | 2022-12-31 13:53:28 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-31 13:53:28 +0100 | 
| commit | da0cd6274648094a7ab8876cc59f7ac05b8d56e7 (patch) | |
| tree | eaa9df8d7e144666e9d31e4efe5e3623c456187e | |
| parent | 07b6da32b4c47519cfe6f02146a3fc099fbcdcbe (diff) | |
| parent | e81d690720599fa313ff249a072b5457782fbe24 (diff) | |
| download | ghdl-da0cd6274648094a7ab8876cc59f7ac05b8d56e7.tar.gz ghdl-da0cd6274648094a7ab8876cc59f7ac05b8d56e7.tar.bz2 ghdl-da0cd6274648094a7ab8876cc59f7ac05b8d56e7.zip | |
Merge pull request #2293 from ghdl/paebbels/sphinx-version-limit
Limit Sphinx to 5.3 <= XX < 6.0
| -rw-r--r-- | doc/requirements.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/requirements.txt b/doc/requirements.txt index 14fe95810..b40787cd7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@  -r ../pyGHDL/requirements.txt -sphinx>=5.0.2 +sphinx >=5.3, <6.0  #recommonmark>=0.7.1  python-dateutil>=2.8.2 @@ -10,7 +10,7 @@ python-dateutil>=2.8.2  # changelog>=0.3.5  autoapi  sphinx_fontawesome>=0.0.6 -sphinx_autodoc_typehints>=1.18.3 +sphinx_autodoc_typehints>=1.19.5  # BuildTheDocs Extensions (mostly patched Sphinx extensions)  btd.sphinx.autoprogram>=0.1.6.post1 | 
