mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
chore: bump pre commit (#8904)
* bump pre-commit * auto-fixes * ignore error * fix a few more issues * fix pattern
This commit is contained in:
@ -150,7 +150,7 @@ def on_config(config, *args, **kwargs):
|
||||
|
||||
We can use these to determine (at run time) where we are hosting
|
||||
"""
|
||||
rtd = os.environ.get('READTHEDOCS', False)
|
||||
rtd = os.environ.get('READTHEDOCS', 'False')
|
||||
|
||||
# Note: version selection is handled by RTD internally
|
||||
# Check for 'versions.json' file
|
||||
|
Reference in New Issue
Block a user