mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix docs building (#3263)
This commit is contained in:
parent
743ce71c5c
commit
1d2dd19244
@ -29,7 +29,7 @@ INTRO = "==========================\nRed Discord Bot - Launcher\n===============
|
||||
IS_WINDOWS = os.name == "nt"
|
||||
IS_MAC = sys.platform == "darwin"
|
||||
|
||||
PYTHON_OK = sys.version_info >= MIN_PYTHON_VERSION
|
||||
PYTHON_OK = sys.version_info >= MIN_PYTHON_VERSION or os.getenv("READTHEDOCS", False)
|
||||
|
||||
|
||||
def is_venv():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user