From 42c651ceb74534c2494129b34f44f492c92a6a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= Date: Tue, 4 Feb 2025 22:47:18 +0100 Subject: [PATCH] =?UTF-8?q?Zlep=C5=A1en=C3=AD=20dokumentace=20Djanga=20ve?= =?UTF-8?q?=20Sphinxu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 75bca8d3..8c8c2df0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,6 +36,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel', 'myst_parser', + 'sphinxcontrib_django', ] # Add any paths that contain templates here, relative to this directory. diff --git a/requirements.txt b/requirements.txt index 63a4b8be..0788c744 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,4 +49,5 @@ lorem sphinx sphinx_rtd_theme +sphinxcontrib-django myst_parser