diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 5 | ||||
-rw-r--r-- | docs/development/changelog_wrapper.rst | 1 | ||||
-rw-r--r-- | docs/index.rst | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index a8b73e774..99af94fe4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,11 @@ # -*- coding: utf-8 -*- from datetime import datetime +extensions = [ + 'm2r', + 'sphinx_rtd_theme', +] + source_suffix = '.rst' master_doc = 'index' diff --git a/docs/development/changelog_wrapper.rst b/docs/development/changelog_wrapper.rst new file mode 100644 index 000000000..071c46823 --- /dev/null +++ b/docs/development/changelog_wrapper.rst @@ -0,0 +1 @@ +.. mdinclude :: ../../CHANGELOG.md diff --git a/docs/index.rst b/docs/index.rst index 9a5600a46..6d5e8acf5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,6 +47,7 @@ Navit is highly customizable, from map layouts and on-screen display to the deta :glob: :caption: Navit's developer documentation + development/changelog_wrapper development/programming_guidelines development/commit_guidelines development/linux_development |