From 1e9da4bd8b48c81278716b15dd27b8b10b21bc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Tue, 12 Nov 2024 11:55:20 +0900 Subject: [PATCH] Add RTFD config --- .readthedocs.yaml | 10 ++++++++++ docs/source/conf.py | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..94e1693 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 +build: + os: ubuntu-lts-latest + tools: + python: latest +python: + install: + - requirements: docs/requirements.txt +sphinx: + configuration: docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 712da94..0f2e8ef 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,11 +6,11 @@ # Project information project = 'Vicious' -copyright = '2020-2023, vicious-widgets' +copyright = '2020-2024, vicious-widgets' author = 'vicious-widgets' # The full version, including alpha/beta/rc tags -release = '2.7.0' +release = '2.7.1' # Add any Sphinx extension module names here, as strings. # They can be extensions coming with Sphinx (named 'sphinx.ext.*')