Skip to content

Commit b9b5ac1

Browse files
Merge pull request paquolalab#20 from LieberInstitute/main
Updated Structure, API, and package dependencies
2 parents fe77b68 + 21a1a8e commit b9b5ac1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1210
-892
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
# .readthedocs.yaml
21
# Read the Docs configuration file
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
# Adapted from: https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry
53

64
version: 2
75

86
build:
9-
os: "ubuntu-22.04"
7+
os: ubuntu-24.04
108
tools:
11-
python: "3.10"
12-
jobs:
13-
post_create_environment:
14-
- pip install poetry
15-
- pip install sphinx_autodoc_typehints sphinx-rtd-theme drfetools
16-
post_install:
17-
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH
18-
- poetry install --with docs
9+
python: "3.11"
1910

2011
sphinx:
2112
configuration: docs/conf.py
22-
fail_on_warning: false
13+
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt
17+
- method: pip
18+
path: .

0 commit comments

Comments
 (0)