diff options
Diffstat (limited to 'doc')
-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 |