Skip to content

Commit

Permalink
! docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Jan 16, 2024
1 parent 310af9f commit a790713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/constants.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a790713

Please sign in to comment.