Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change docs theme to sphinx-book-theme #2197

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sphinx:
- IPython.sphinxext.ipython_console_highlighting

config:
html_theme: tskit_book_theme
html_theme: sphinx_book_theme
html_theme_options:
pygment_light_style: monokai
pygment_dark_style: monokai
Expand Down
2 changes: 1 addition & 1 deletion requirements/CI-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyter-book==0.15.1
sphinx-issues==3.0.1
sphinx-argparse==0.4.0
tskit-book-theme # not pinned to enable easy updates
sphinx-book-theme # not pinned to enable easy updates
numpy==1.25.2
tskit==0.5.5
demes==0.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytest
pytest-cov
pytest-xdist
tskit>=0.5.2
tskit-book-theme
sphinx-book-theme
stdpopsim>=0.1.2 # Make sure we have correct version of OOA model
scipy
setuptools_scm
Expand Down
Loading