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

Update docs deps and theme #330

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shell: bash
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}

Expand All @@ -29,7 +29,7 @@ jobs:
uses: actions/cache@v3
env:
# Increase this to reset the cache if the key hasn't changed.
CACHE_NUM: 1
CACHE_NUM: 3
with:
path: |
/usr/share/miniconda/envs/anaconda-client-env
Expand Down
4 changes: 1 addition & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ sphinx:
- sphinxarg.ext

config:
html_theme: tskit_book_theme
html_theme: sphinx_book_theme
html_theme_options:
pygment_light_style: monokai
pygment_dark_style: monokai
pygments_style: monokai
issues_github_path: tskit-dev/pyslim
todo_include_todos: true
intersphinx_mapping:
Expand Down
19 changes: 7 additions & 12 deletions requirements/CI-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
setuptools-scm==7.1.0
jupyter-book==0.15.1
jupyter-sphinx==0.4.0
sphinx==5.0.2
tskit==0.5.5
matplotlib==3.8.0
msprime==1.2.0
PyGithub==1.58.2
matplotlib==3.7.1
pandas
tskit-book-theme

jupyter-book==0.15.1
sphinx-issues==3.0.1
msprime==1.2.0
pandas==2.1.1
PyGithub==2.1.1
setuptools-scm==8.0.4
sphinx-argparse==0.4.0
msprime==1.2.0
sphinx-issues==3.0.1
tskit==0.5.5
petrelharp marked this conversation as resolved.
Show resolved Hide resolved
Loading