From 5a07b2464d92e31dc8fccef2d0ae3ab74e43e3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Thu, 21 Mar 2024 09:59:06 +0100 Subject: [PATCH] update documentation --- docs/conf.py | 1 + docs/index.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index e9e4e78..487c365 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,6 +7,7 @@ tutorial_src_root = sep.join([doc_root, "tutorial", "src"]) sys.path.insert(0, doc_root) +sys.path.insert(0, "..") # Configuration file for the Sphinx documentation builder. # diff --git a/docs/index.rst b/docs/index.rst index 2e2f733..d213ab9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,7 @@ .. meta:: :http-equiv=Content-Type: text/html; charset=ISO-8859-1 + :description: Lato - a Python microframework for building modular applications + :google-site-verification: Iliv_95Aua1_V110coworVO8MGv98wf-cSr1OfaXZQA Lato documentation ==================