Skip to content

Commit

Permalink
Manual update from OA (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Jan 29, 2025
2 parents 88bedc4 + 2d7ac70 commit d1c5aec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
with:
envs: |
- macos: py310-test
- linux: py311-test
- macos: py311-test
- linux: py312-test
- linux: py313-test
- linux: build_docs
bake_cookies:
Expand Down
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2

sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: mambaforge-4.10
python: mambaforge-latest

conda:
environment: docs/rtd_environment.yaml

sphinx:
configuration: docs/conf.py
6 changes: 3 additions & 3 deletions {{ cookiecutter.package_name }}/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=62.1",
"setuptools_scm[toml]>=6.2",
"setuptools_scm[toml]>=8.0.0",
"wheel",
{%- if cookiecutter.use_compiled_extensions == 'y' %}
"extension-helpers",
Expand Down Expand Up @@ -84,9 +84,9 @@ exclude = ["{{ cookiecutter.module_name }}._dev*"]
{% endif %}
[tool.setuptools_scm]
{% if cookiecutter.enable_dynamic_dev_versions == 'y' -%}
write_to = "{{ cookiecutter.module_name }}/_version.py"
version_file = "{{ cookiecutter.module_name }}/_version.py"
{%- else -%}
write_to = "{{ cookiecutter.module_name }}/version.py"
version_file = "{{ cookiecutter.module_name }}/version.py"
{%- endif %}

[tool.gilesbot]
Expand Down

0 comments on commit d1c5aec

Please sign in to comment.