diff options
| author | J08nY | 2024-08-23 17:33:03 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-23 17:33:03 +0200 |
| commit | d0ac8b2a760befbe6634fa0b7700ee34c648646b (patch) | |
| tree | b85c36a00d76a859b4a721e678111b3fd431a693 /docs/conf.py | |
| parent | 7c8569a7afe437beba603af77ca2c06f19860df5 (diff) | |
| download | pyecsca-d0ac8b2a760befbe6634fa0b7700ee34c648646b.tar.gz pyecsca-d0ac8b2a760befbe6634fa0b7700ee34c648646b.tar.zst pyecsca-d0ac8b2a760befbe6634fa0b7700ee34c648646b.zip | |
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 762f67c..d47f4fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ templates_path = ['_templates'] # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = {'.rst': 'restructuredtext'} # The master toctree document. master_doc = 'index' |
