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 ---------------------------------------------------