summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-20 09:10:53 +0000
committerGitHub <noreply@github.com>2020-04-20 09:10:53 +0000
commit8f53dfd12c490c115c0859d34d5d41b87ba396ed (patch)
tree4858841a33f77034014c0be903f50fd4a3b9b3a0
parent8c81df03e6cba46025b08e2dd2df6992ac196290 (diff)
downloadrdflib-dependabot/pip/sphinx-3.0.2.tar.gz
Bump sphinx from 2.4.4 to 3.0.2dependabot/pip/sphinx-3.0.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.4.4...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--docs/sphinx-requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt
index 07d856ab..55809050 100644
--- a/docs/sphinx-requirements.txt
+++ b/docs/sphinx-requirements.txt
@@ -1,3 +1,3 @@
-sphinx==2.4.4
+sphinx==3.0.2
sphinxcontrib-apidoc
git+https://github.com/gniezen/n3pygments.git
diff --git a/setup.py b/setup.py
index d611fe45..c115f068 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ kwargs['extras_require'] = {
'html': ['html5lib'],
'sparql': ['requests'],
'tests': kwargs['tests_require'],
- 'docs': ['sphinx < 3', 'sphinxcontrib-apidoc']
+ 'docs': ['sphinx < 4', 'sphinxcontrib-apidoc']
}
def find_version(filename):