From 0e8be458720d2d6838e860bd382cbcd8e21f673d Mon Sep 17 00:00:00 2001 From: Alexis Barge Date: Mon, 9 Sep 2024 10:06:28 +0200 Subject: [PATCH] remove dependancies installation for RTD --- .readthedocs.yaml | 4 ---- docs/source/conf.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7006e43..03fcf23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,3 @@ sphinx: python: install: - requirements: docs/requirements.txt - - method: pip - path: . - extra_requirements: - - docs diff --git a/docs/source/conf.py b/docs/source/conf.py index c1080a9..8b875ae 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Alexis Barge' # The full version, including alpha/beta/rc tags -release = '0.9.1' +release = '1.0.0' # -- General configuration ---------------------------------------------------