From 9f0aedd9671badd93b81954d7a2e4b4f58453afe Mon Sep 17 00:00:00 2001 From: "Yoav Kleinberger, PhD" Date: Fri, 21 Feb 2025 08:30:12 +0200 Subject: [PATCH] upgrade docs theme and remove warning --- docs/conf.py | 4 ++-- docs/index.rst | 3 --- docs/requirements.txt | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 46894a0..e35aeba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,8 +37,8 @@ # a list of builtin themes. import sphinx_theme -html_theme = 'stanford_theme' -html_theme_path = [sphinx_theme.get_html_theme_path('stanford-theme')] +extensions.append("sphinx_wagtail_theme") +html_theme = 'sphinx_wagtail_theme' # diff --git a/docs/index.rst b/docs/index.rst index ec8857c..85e9b42 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,9 +10,6 @@ The Test-First Mocking Framework .. _pytest: https://docs.pytest.org/en/latest/ -.. warning:: - - These docs are under development! |testix| is special because it allows you to specify what your mock objects do, diff --git a/docs/requirements.txt b/docs/requirements.txt index 0e3dff6..215f61b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,5 +4,6 @@ #cloud-sptheme #sphinx-readable-theme #sphinx-sizzle-theme +sphinx-wagtail-theme sphinx-theme python-box