diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 53e0bf1..8689451 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/docs/requirements.txt b/docs/requirements.txt index 6074cd9..b359d79 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -sphinx==6.2.1 -sphinx-rtd-theme==1.2.2 -pillow==5.4.1 -mock==1.0.1 +sphinx==7.2.6 +sphinx-rtd-theme==1.3.0 +pillow==10.0.1 +mock==5.1.0 commonmark==0.9.1 -recommonmark==0.5.0 \ No newline at end of file +recommonmark==0.7.1 \ No newline at end of file