From e5771e911d915597df26bed14bfb731969ca81bc Mon Sep 17 00:00:00 2001 From: YanNaingWinn Date: Fri, 19 Jun 2026 18:30:17 +0700 Subject: [PATCH] Modified documentation --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index c591fd3..55811e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,6 +111,9 @@ html_theme = "sphinx_rtd_theme" html_static_path = ['_static'] +# Remove the "Built with Sphinx using a theme provided by Read the Docs." footer +html_show_sphinx = False + # Logo configuration html_logo = "_static/cryptnox-logo.png"