From 6e67d2bb549a65be0d9a080217f6486020d82f23 Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Mon, 29 Jan 2024 15:49:20 +0100 Subject: [PATCH] update rtd yaml (#425) --- .readthedocs.yaml | 5 +++++ CHANGELOG.md | 6 ++++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d95f8721..241dd507 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + python: install: - requirements: docs/requirements.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3762d1..58e4183b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the [Nucleus Python Client](https://github.com/scaleapi/n The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.16.17](https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.16.17) - 2024-01-29 + +### Fixes +- Update documentation + ## [0.16.16](https://github.com/scaleapi/nucleus-python-client/releases/tag/v0.16.16) - 2024-01-25 ### Fixes diff --git a/docs/conf.py b/docs/conf.py index 8a98cb34..102761de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ html_logo = "nucleus-logo.svg" html_theme_options = { "logo_only": True, - "display_version": False, + "display_version": True, } diff --git a/pyproject.toml b/pyproject.toml index 6535c84d..8bfe3ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore = ["E501", "E741", "E731", "F401"] # Easy ignore for getting it running [tool.poetry] name = "scale-nucleus" -version = "0.16.16" +version = "0.16.17" description = "The official Python client library for Nucleus, the Data Platform for AI" license = "MIT" authors = ["Scale AI Nucleus Team "]