diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..c54fd88 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 8977b72..5538316 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,11 +19,11 @@ sys.path.insert(0, os.path.abspath("..")) # -- Project information ----------------------------------------------------- project = "iCalEvents" -copyright = "2021, Thomas Irgang" -author = "Thomas Irgang" +copyright = "2024, jazzband" +author = "Martin Eigenmann" # The full version, including alpha/beta/rc tags -release = "0.1.27" +release = "0.1.28" # -- General configuration ---------------------------------------------------