diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-04-26 00:29:36 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-04-26 16:29:32 +0200 |
commit | 5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee (patch) | |
tree | d08d11ded319f7423d4710d2e7537cac937c975c /doc | |
parent | 287e808d5dc65165ceda5978976121938336f7c2 (diff) | |
download | ghdl-5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee.tar.gz ghdl-5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee.tar.bz2 ghdl-5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee.zip |
doc: temporarily pin docutils to 0.16, due to theme compatibility issues (readthedocs/sphinx_rtd_theme#1115)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index ec32e6c07..05909d2be 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,6 @@ -r ../pyGHDL/requirements.txt +docutils==0.16 sphinx==3.3.1 #recommonmark>=0.7.1 python-dateutil>=2.8.1 |