Skip to content
Open
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
18 changes: 12 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
---
version: 2
sphinx:
configuration: docs/source/conf.py
python:
version: 3.12
conda:
environment: docs/source/rtd_environment.yml
build:
os: ubuntu-24.04
tools:
python: '3.12'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python: '3.12'
python: '3.14'

IIRC we use that almost everywhere else now?

commands:
# install pixi
- curl -fsSL https://pixi.sh/install.sh | bash
# build the Jupyter Book 2 / MyST site using the project's docs env
- ~/.pixi/bin/pixi run -e docs build-docs
# publish the generated HTML where Read the Docs expects it
- mkdir -p "$READTHEDOCS_OUTPUT/html"
- cp -r docs/_build/html/. "$READTHEDOCS_OUTPUT/html"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $ make html

It took countless hours to write skillmodels. I make it available under a very
permissive license in the hope that it helps other people to do great research that
advances our knowledge about the formation of cognitive and noncognitive siklls. If you
advances our knowledge about the formation of cognitive and noncognitive skills. If you
find skillmodels helpful, please don't forget to cite it. Below you can find the bibtex
entry for a suggested citation. The suggested citation will be updated once the code
becomes part of a published paper.
Expand Down
Loading