Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

bump sphinx dependency to 3.0.0 #99

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_requires=[
'PyYAML',
'wheel>=0.24.0',
'sphinx==1.5.5',
'sphinx==3.0.0',
'unidecode',
],
setup_requires=['pytest-runner'],
Expand All @@ -13,7 +13,7 @@

setup(
name='sphinx-docfx-yaml',
version='1.2.72',
version='1.2.73',
author='Eric Holscher',
author_email='[email protected]',
url='https:/ericholscher/sphinx-docfx-yaml',
Expand Down