diff --git a/docs/build/html b/docs/build/html index 57b8894..95a8d3a 160000 --- a/docs/build/html +++ b/docs/build/html @@ -1 +1 @@ -Subproject commit 57b889430690f22e09180b8c93294a29eec41b10 +Subproject commit 95a8d3ae4db1f0089e36adbecf36b33cae50ab65 diff --git a/docs/constants.cmd b/docs/constants.cmd index 0b28a99..51f1bac 100644 --- a/docs/constants.cmd +++ b/docs/constants.cmd @@ -6,7 +6,7 @@ set PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command set "REPO_ROOT=%~dp0../" set "SOURCE_ROOT=%REPO_ROOT%global_logger" set "VENV=%~dp0venv.cmd" -set "VENV_ROOT=%REPO_ROOT%venv310" +set "VENV_ROOT=%REPO_ROOT%.venv312" set "VENV_SCRIPTS=%VENV_ROOT%\Scripts" set "VENV_PYTHON=%VENV_SCRIPTS%\python.exe" set "VENV_PIP=%VENV_SCRIPTS%\pip.exe" diff --git a/docs/source/conf.py b/docs/source/conf.py index d1badaf..17e9c05 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,7 +75,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.