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 deprecated Sphinx dependencies #134

Merged
merged 1 commit into from
Jan 30, 2024
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
8 changes: 4 additions & 4 deletions .github/workflows/publish_wps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
git config --global user.email "umsysteam@metoffice.gov.uk"
git config --global user.name "SSD Developers"
- name: Check out source
uses: actions/checkout@v3
- uses: actions/setup-python@v4
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Sphinx packages
run: |
pip install Sphinx==4.5.0
pip install sphinx-design==0.0.13
pip install Sphinx==6.2.1
pip install sphinx-design==0.5.0
pip install sphinx-rtd-theme==1.2.0

- name: build docs
Expand Down
4 changes: 2 additions & 2 deletions env.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sphinx_doc_env
dependencies:
- Sphinx==4.5.0
- sphinx-design==0.0.13
- Sphinx==6.2.1
- sphinx-design==0.5.0
- sphinx-rtd-theme==1.2.0
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'Simulation Systems'
copyright = '2023, Simulation Systems and Deployment Team'
copyright = '2023-2024, Simulation Systems and Deployment Team'
author = 'Simulation Systems and Deployment Team'


Expand Down