Changeset 391 for python/trunk/Doc/tools/sphinx-build.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/tools/sphinx-build.py
r2 r391 4 4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 5 6 :copyright: 2007 by Georg Brandl.6 :copyright: 2007-2010 by Georg Brandl. 7 7 :license: Python license. 8 8 """ 9 9 10 10 import sys 11 import warnings 12 13 # Get rid of UserWarnings reported by pkg_resources. 14 warnings.filterwarnings('ignore', category=UserWarning, module='jinja2') 11 15 12 16 if __name__ == '__main__':
Note:
See TracChangeset
for help on using the changeset viewer.