diff options
author | Unai Martinez-Corral <unai.martinezcorral@ehu.eus> | 2023-02-25 18:42:53 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2023-02-26 19:48:44 +0100 |
commit | b1fd39869e64eda83d490ece7973a12542ca798c (patch) | |
tree | 897516da1a272dc0fe0007d2e5ca321e3faecb5e | |
parent | d7a62bd1baf392ebf7d9138fab379e950c1baeae (diff) | |
download | ghdl-b1fd39869e64eda83d490ece7973a12542ca798c.tar.gz ghdl-b1fd39869e64eda83d490ece7973a12542ca798c.tar.bz2 ghdl-b1fd39869e64eda83d490ece7973a12542ca798c.zip |
doc: cleanup
-rw-r--r-- | doc/conf.py | 2 | ||||
-rw-r--r-- | doc/requirements.txt | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 1e9e87944..71d542204 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,8 +45,6 @@ master_doc = 'index' # The suffix(es) of source filenames. source_suffix = { '.rst': 'restructuredtext', -# '.txt': 'markdown', -# '.md': 'markdown', } # Add any paths that contain templates here, relative to this directory. diff --git a/doc/requirements.txt b/doc/requirements.txt index ec8eb7b58..c87d4a45e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,6 @@ -r ../pyGHDL/requirements.txt sphinx >=5.3, <6.0 -#recommonmark>=0.7.1 python-dateutil>=2.8.2 # Sphinx Extenstions |