diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 1 | ||||
| -rw-r--r-- | doc/developer.rst | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index 7769cf1..d2d3cf3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -30,6 +30,7 @@ author = 'Daniel Schadt'  extensions = [      'sphinx.ext.autodoc',      'sphinx.ext.intersphinx', +    'sphinx_autodoc_typehints',  ]  intersphinx_mapping = { diff --git a/doc/developer.rst b/doc/developer.rst index b47b0a4..f6546ab 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -7,6 +7,7 @@ Developer Guide      developer/localize      developer/language-pack +    Python Packages <developer/module/modules>  This guide contains information for developers that want to modify or extend  Fietsboek. This includes information on how to localize Fietsboek to new  | 
