From 23b943f301cbcb50c8e4aae41ce3be2ef5ba5827 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Thu, 19 May 2022 17:12:26 +0200 Subject: [PATCH] docs: fix the docs conf --- .readthedocs.yaml | 2 +- docs/source/conf.py | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 09965df..7aa6ce5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,4 +7,4 @@ build: python: install: - - requirements: .[docs] \ No newline at end of file + - requirements: docs-requirements.txt diff --git a/docs/source/conf.py b/docs/source/conf.py index 403d465..3a70cb6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,8 +22,6 @@ # sys.path.insert(0, os.path.abspath('.')) import sphinx_rtd_theme -from keycloak import __version__ - # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -70,9 +68,9 @@ author = "Marcos Pereira" # built documents. # # The short X.Y version. -version = __version__ +version = "0.0.0" # The full version, including alpha/beta/rc tags. -release = __version__ +release = "0.0.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.