diff --git a/README.md b/README.md
index d7de4a8..a841c4f 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
Geomapviz is a Python library for visualizing geospatial tabular data. It aggregates tabular data at the geoid level, merges it with the shapefile, and provides a simple API to plot the average for single or multiple columns. The library is designed to create beautiful and interactive visualizations that help users better understand geospatial data. Geomapviz can produce a single map or a panel of maps, making it useful for comparing how different models capture geographical patterns. The package also supports returning average values either raw or automatically binned. Additionally, it allows users to customize the background color, including the option to switch from a black background to a light one. The styling is handled by a DataClass, PlotOptions, object is used to specify various arguments for creating a geospatial plot of a dataset
-
+[Geomapviz ReadTheDocs](https://geomapviz.readthedocs.io/en/latest/)
|
|
diff --git a/docs/conf.py b/docs/conf.py
index d6a9ada..9b9b26d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@
author = "Thomas Bury"
# The full version, including alpha/beta/rc tags
-release = "1.1.0"
+release = "1.1.1"
# If extensions (or modules to document with autodoc) are in another
# directory, add these directories to sys.path here. If the directory is
diff --git a/docs/requirements.txt b/docs/requirements.txt
index f1d9c1f..1fdf424 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -10,8 +10,8 @@ ipykernel
ipython_genutils
pandoc
sphinx
-sphinxawesome-theme==4.1.0
-nbsphinx==0.9.2
-sphinx-autodoc-typehints<1.24.0
-sphinx-copybutton==0.5.2
-sphinx-tabs==3.4.1
\ No newline at end of file
+sphinxawesome-theme==5.0.0b5
+nbsphinx
+sphinx-autodoc-typehints
+sphinx-copybutton
+sphinx-tabs
\ No newline at end of file
diff --git a/src/geomapviz/__init__.py b/src/geomapviz/__init__.py
index 6849410..a82b376 100644
--- a/src/geomapviz/__init__.py
+++ b/src/geomapviz/__init__.py
@@ -1 +1 @@
-__version__ = "1.1.0"
+__version__ = "1.1.1"