mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
simplify RTD env check
This commit is contained in:
parent
8190e33a64
commit
7ccf6b32a6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@
|
|||
sys.exit(1)
|
||||
|
||||
# Are we building on ReadTheDocs?
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
on_rtd = os.environ.get('READTHEDOCS')
|
||||
|
||||
# msgpack pure python data corruption was fixed in 0.4.6.
|
||||
# Also, we might use some rather recent API features.
|
||||
|
|
Loading…
Reference in a new issue