From d57ec83572520ef1d363a271482a0115800e089a Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Tue, 29 Aug 2023 12:50:01 +0100 Subject: [PATCH] Switch to sphinx theme --- docs/_config.yml | 2 +- python/requirements/CI-docs/requirements.txt | 2 +- python/requirements/development.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index c781ee3529..e5aadc9d78 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ sphinx: #- sphinxcontrib.prettyspecialmethods config: - html_theme: tskit_book_theme + html_theme: sphinx_book_theme html_theme_options: pygment_light_style: monokai pygment_dark_style: monokai diff --git a/python/requirements/CI-docs/requirements.txt b/python/requirements/CI-docs/requirements.txt index e9733957ae..8ba78c7aa4 100644 --- a/python/requirements/CI-docs/requirements.txt +++ b/python/requirements/CI-docs/requirements.txt @@ -6,4 +6,4 @@ sphinx-argparse==0.4.0 numpy==1.25.1 svgwrite==1.4.3 msprime==1.2.0 -tskit-book-theme \ No newline at end of file +sphinx-book-theme \ No newline at end of file diff --git a/python/requirements/development.txt b/python/requirements/development.txt index 5181177b2a..4faa35fd37 100644 --- a/python/requirements/development.txt +++ b/python/requirements/development.txt @@ -35,7 +35,7 @@ sphinx-issues sphinx-jupyterbook-latex sphinxcontrib-prettyspecialmethods tqdm -tskit-book-theme +sphinx-book-theme tszip pydata_sphinx_theme>=0.7.2 svgwrite>=1.1.10