diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-05 21:02:35 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-06 07:30:46 +0100 |
commit | 00e81d8df05bc8402854a00b770eda4e3579ebcd (patch) | |
tree | 03ccfc8c1e923d575c1fb8c3e840a888d1793558 | |
parent | 2335faa9e88bad1907a1cb00d9d496799509a88b (diff) | |
download | ghdl-00e81d8df05bc8402854a00b770eda4e3579ebcd.tar.gz ghdl-00e81d8df05bc8402854a00b770eda4e3579ebcd.tar.bz2 ghdl-00e81d8df05bc8402854a00b770eda4e3579ebcd.zip |
doc: recommonmark is not used at the moment
-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 ad7d314a0..cb4081ec3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ -r ../pyGHDL/requirements.txt sphinx>=3.4.2 -recommonmark>=0.7.1 +#recommonmark>=0.7.1 python-dateutil>=2.8.1 # Sphinx Extenstions |