We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1084a commit d57ec83Copy full SHA for d57ec83
docs/_config.yml
@@ -42,7 +42,7 @@ sphinx:
42
#- sphinxcontrib.prettyspecialmethods
43
44
config:
45
- html_theme: tskit_book_theme
+ html_theme: sphinx_book_theme
46
html_theme_options:
47
pygment_light_style: monokai
48
pygment_dark_style: monokai
python/requirements/CI-docs/requirements.txt
@@ -6,4 +6,4 @@ sphinx-argparse==0.4.0
6
numpy==1.25.1
7
svgwrite==1.4.3
8
msprime==1.2.0
9
-tskit-book-theme
+sphinx-book-theme
python/requirements/development.txt
@@ -35,7 +35,7 @@ sphinx-issues
35
sphinx-jupyterbook-latex
36
sphinxcontrib-prettyspecialmethods
37
tqdm
38
39
tszip
40
pydata_sphinx_theme>=0.7.2
41
svgwrite>=1.1.10
0 commit comments