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.*')