diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-09-04 18:31:22 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-09-04 18:31:22 +0200 |
commit | 1f66c69e66e680d4b1e12b0de9341bc75bf2efa7 (patch) | |
tree | 1cfa53feedd3582869f92d94f4a80c109b69c003 /doc/requirements.txt | |
parent | dbdf45a63844d149e1aa6c3b0247cc9133f3969f (diff) | |
download | ghdl-1f66c69e66e680d4b1e12b0de9341bc75bf2efa7.tar.gz ghdl-1f66c69e66e680d4b1e12b0de9341bc75bf2efa7.tar.bz2 ghdl-1f66c69e66e680d4b1e12b0de9341bc75bf2efa7.zip |
revert "doc: pin sphinx to v3.3.1 to prevent search bug"
This reverts commit 4a6b6dbda139e8265570cd2a51b6c371abef4912.
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index ec32e6c07..cb4081ec3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../pyGHDL/requirements.txt -sphinx==3.3.1 +sphinx>=3.4.2 #recommonmark>=0.7.1 python-dateutil>=2.8.1 |