diff --git a/conf.py b/conf.py index 5229194c0..935782ae5 100644 --- a/conf.py +++ b/conf.py @@ -36,7 +36,6 @@ 'sphinx.ext.githubpages', 'sphinx_rtd_theme', 'sphinx_copybutton', - 'sphinxcontrib.images', ] # Add any paths that contain templates here, relative to this directory. @@ -53,7 +52,7 @@ # General information about the project. project = u'Netris docs' -copyright = u'2024, Netris' +copyright = u'2022, Netris' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/updatePages.sh b/updatePages.sh index e475a1fb7..741d07673 100755 --- a/updatePages.sh +++ b/updatePages.sh @@ -8,7 +8,7 @@ set -x apt-get update apt-get -y install git git-lfs rsync python3-pip python3-virtualenv python3-setuptools -python3 -m pip install --upgrade sphinx-rtd-theme==0.5.1 importlib-metadata==4.0.1 gitpython docutils==0.16 rinohtype pygments sphinx-copybutton sphinxcontrib-images +python3 -m pip install --upgrade sphinx-rtd-theme==0.5.1 importlib-metadata==4.0.1 gitpython docutils==0.16 rinohtype pygments sphinx-copybutton ####################################### # SILENCE ALL SAFE.DIRECTORY WARNINGS #