Browse Source

docs: fix the docs conf

pull/312/head v0.28.0
Richard Nemeth 2 years ago
parent
commit
23b943f301
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 2
      .readthedocs.yaml
  2. 6
      docs/source/conf.py

2
.readthedocs.yaml

@ -7,4 +7,4 @@ build:
python:
install:
- requirements: .[docs]
- requirements: docs-requirements.txt

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

Loading…
Cancel
Save