mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix git merging error
This commit is contained in:
@@ -32,13 +32,8 @@ if 'PYTHONWARNINGS' not in os.environ:
|
||||
warnings.filterwarnings('ignore', "'U' mode is deprecated",
|
||||
DeprecationWarning, module='docutils.io')
|
||||
|
||||
<<<<<<< HEAD
|
||||
__version__ = '3.4.0+'
|
||||
__released__ = '3.4.0' # used when Sphinx builds its own docs
|
||||
=======
|
||||
__version__ = '3.3.2+'
|
||||
__released__ = '3.3.2' # used when Sphinx builds its own docs
|
||||
>>>>>>> 3.3.x
|
||||
|
||||
#: Version info for better programmatic use.
|
||||
#:
|
||||
|
||||
Reference in New Issue
Block a user