From 5e723d53077210bc51272320b76577b44730c55e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 30 Oct 2025 19:19:40 +0100 Subject: more documentation tweaks --- doc/conf.py | 5 +---- doc/index.rst | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 0dc01c8..477a00d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,10 +12,7 @@ import patchtree project = "patchtree" release = "???" -extensions = [ - "sphinx.ext.autodoc", - "sphinx_automodapi.automodapi", -] +extensions = ["sphinx.ext.autodoc"] templates_path = [] exclude_patterns = [] html_theme = "sphinx_rtd_theme" diff --git a/doc/index.rst b/doc/index.rst index 5b13ded..ab8649a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,4 +1,24 @@ +.. raw:: html + + + .. include:: ../readme.rst + :end-line: 18 ############# Documentation -- cgit v1.2.3